#CC6ED3

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

Shades of Orchid #CC6ED3

Tints of Orchid #CC6ED3

Color information

#CC6ED3 (or 0xCC6ED3) is unknown color: approx Orchid. HEX triplet: CC, 6E and D3. RGB value is (204,110,211). Sum of RGB (Red+Green+Blue) = 204+110+211=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED3 is #33912C. Grayscale: #959595. Windows color (decimal): -3379501 or 13856460. OLE color: 13856460.

HSL color Cylindrical-coordinate representation of color #CC6ED3: hue angle of 295.84º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6ED3 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204110211-
CMYK0.030.4800.17
HSL295.84º53.44%62.94%-
HSV(B)295.84º47.87%82.75%-
XYZ42.2428.6964.94-
YUV149.62162.64166.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 110 (43.36% from 255) = 20.95%
BLUE value IS 211 (82.81% from 255) = 40.19%
R=38.86%
G=20.95%
B=40.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041102110.030.4800.17295.8453.4462.94
HexCC6ED3330011128353f
Octal3141563233600214506577
Binary1100110011011101101001111110000010001100101000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6ED3; }

 p { color: rgb(204,110,211); }

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

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

 a { background-color: rgb(204,110,211); }

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

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

 span { border-color: rgb(204,110,211); }

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