#CB7DC5

Color #CB7DC5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CB7DC5

Tints of Orchid #CB7DC5

Color information

#CB7DC5 (or 0xCB7DC5) is unknown color: approx Orchid. HEX triplet: CB, 7D and C5. RGB value is (203,125,197). Sum of RGB (Red+Green+Blue) = 203+125+197=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7DC5 is #34823A. Grayscale: #9C9C9C. Windows color (decimal): -3441211 or 12942795. OLE color: 12942795.

HSL color Cylindrical-coordinate representation of color #CB7DC5: hue angle of 304.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7DC5 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203125197-
CMYK00.380.030.20
HSL304.62º42.86%64.31%-
HSV(B)304.62º38.42%79.61%-
XYZ42.0431.3956.67-
YUV156.53150.84161.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=38.67%
G=23.81%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312519700.380.030.20304.6242.8664.31
HexCB7DC50263141312b40
Octal31317530504632446153100
Binary11001011111110111000101010011011101001001100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7DC5; }

 p { color: rgb(203,125,197); }

 H1.HeaderClassName
 {
   color: #CB7DC5;
 }
 .AnyTagClassName
 {
   color: #CB7DC5;
 }
</style>
background-color css

<style>
 a { background-color: #CB7DC5; }

 a { background-color: rgb(203,125,197); }

 div.DivClassName
 {
   background-color: #CB7DC5;
 }
 .BgClassName
 {
   background-color: #CB7DC5;
 }
</style>
border-color css

<style>
 span { border-color: #CB7DC5; }

 span { border-color: rgb(203,125,197); }

 td.TdClassName
 {
   border-color: #CB7DC5;
 }
 .TagClassName
 {
   border-color: #CB7DC5;
 }
</style>