#CC66DA

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

Shades of Orchid #CC66DA

Tints of Orchid #CC66DA

Color information

#CC66DA (or 0xCC66DA) is unknown color: approx Orchid. HEX triplet: CC, 66 and DA. RGB value is (204,102,218). Sum of RGB (Red+Green+Blue) = 204+102+218=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DA is #339925. Grayscale: #919191. Windows color (decimal): -3381542 or 14313164. OLE color: 14313164.

HSL color Cylindrical-coordinate representation of color #CC66DA: hue angle of 292.76º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC66DA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204102218-
CMYK0.060.5300.15
HSL292.76º61.05%62.75%-
HSV(B)292.76º53.21%85.49%-
XYZ42.3127.469.39-
YUV145.72168.79169.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 102 (40.23% from 255) = 19.47%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=38.93%
G=19.47%
B=41.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041022180.060.5300.15292.7661.0562.75
HexCC66DA6350F1253d3f
Octal3141463326650174457577
Binary1100110011001101101101011011010101111100100101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66DA; }

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

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

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

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

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

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

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

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