#CB6CC6

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

Shades of Orchid #CB6CC6

Tints of Orchid #CB6CC6

Color information

#CB6CC6 (or 0xCB6CC6) is unknown color: approx Orchid. HEX triplet: CB, 6C and C6. RGB value is (203,108,198). Sum of RGB (Red+Green+Blue) = 203+108+198=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CC6 is #349339. Grayscale: #929292. Windows color (decimal): -3445562 or 13003979. OLE color: 13003979.

HSL color Cylindrical-coordinate representation of color #CB6CC6: hue angle of 303.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CC6 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203108198-
CMYK00.470.020.20
HSL303.16º47.74%60.98%-
HSV(B)303.16º46.8%79.61%-
XYZ40.1827.556.62-
YUV146.66156.97168.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 198 (77.73% from 255) = 38.90%
R=39.88%
G=21.22%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310819800.470.020.20303.1647.7460.98
HexCB6CC602F21412f303d
Octal3131543060572244576075
Binary1100101111011001100011001011111010100100101111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CC6; }

 p { color: rgb(203,108,198); }

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

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

 a { background-color: rgb(203,108,198); }

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

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

 span { border-color: rgb(203,108,198); }

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