#CB7CC9

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

Shades of Orchid #CB7CC9

Tints of Orchid #CB7CC9

Color information

#CB7CC9 (or 0xCB7CC9) is unknown color: approx Orchid. HEX triplet: CB, 7C and C9. RGB value is (203,124,201). Sum of RGB (Red+Green+Blue) = 203+124+201=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CC9 is #348336. Grayscale: #9C9C9C. Windows color (decimal): -3441463 or 13204683. OLE color: 13204683.

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

Color convert

RGB203124201-
CMYK00.390.010.20
HSL301.52º43.17%64.12%-
HSV(B)301.52º38.92%79.61%-
XYZ42.3831.3359.07-
YUV156.4153.17161.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=38.45%
G=23.48%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312420100.390.010.20301.5243.1764.12
HexCB7CC902711412e2b40
Octal31317431104712445653100
Binary1100101111111001100100101001111101001001011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7CC9; }

 p { color: rgb(203,124,201); }

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

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

 a { background-color: rgb(203,124,201); }

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

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

 span { border-color: rgb(203,124,201); }

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