#CC66CB

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

Shades of Orchid #CC66CB

Tints of Orchid #CC66CB

Color information

#CC66CB (or 0xCC66CB) is unknown color: approx Orchid. HEX triplet: CC, 66 and CB. RGB value is (204,102,203). Sum of RGB (Red+Green+Blue) = 204+102+203=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66CB is #339934. Grayscale: #8F8F8F. Windows color (decimal): -3381557 or 13330124. OLE color: 13330124.

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

Color convert

RGB204102203-
CMYK00.50.000.2
HSL300.59º50%60%-
HSV(B)300.59º50%80%-
XYZ40.4326.6559.51-
YUV144.01161.29170.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=40.08%
G=20.04%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410220300.50.000.2300.595060
HexCC66CB03201412d323c
Octal3141463130620244556274
Binary110011001100110110010110110010010100100101101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66CB; }

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

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

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

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

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

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

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

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