#CC6BCB

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

Shades of Orchid #CC6BCB

Tints of Orchid #CC6BCB

Color information

#CC6BCB (or 0xCC6BCB) is unknown color: approx Orchid. HEX triplet: CC, 6B and CB. RGB value is (204,107,203). Sum of RGB (Red+Green+Blue) = 204+107+203=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BCB is #339434. Grayscale: #929292. Windows color (decimal): -3380277 or 13331404. OLE color: 13331404.

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

Color convert

RGB204107203-
CMYK00.480.000.2
HSL300.62º48.74%60.98%-
HSV(B)300.62º47.55%80%-
XYZ40.9427.6659.68-
YUV146.95159.64168.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=39.69%
G=20.82%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410720300.480.000.2300.6248.7460.98
HexCC6BCB03001412d313d
Octal3141533130600244556175
Binary110011001101011110010110110000010100100101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BCB; }

 p { color: rgb(204,107,203); }

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

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

 a { background-color: rgb(204,107,203); }

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

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

 span { border-color: rgb(204,107,203); }

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