#CC6EC0

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

Shades of Orchid #CC6EC0

Tints of Orchid #CC6EC0

Color information

#CC6EC0 (or 0xCC6EC0) is unknown color: approx Orchid. HEX triplet: CC, 6E and C0. RGB value is (204,110,192). Sum of RGB (Red+Green+Blue) = 204+110+192=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EC0 is #33913F. Grayscale: #939393. Windows color (decimal): -3379520 or 12611276. OLE color: 12611276.

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

Color convert

RGB204110192-
CMYK00.460.060.2
HSL307.66º47.96%61.57%-
HSV(B)307.66º46.08%80%-
XYZ39.9927.853.13-
YUV147.45153.14168.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 192 (75.39% from 255) = 37.94%
R=40.32%
G=21.74%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411019200.460.060.2307.6647.9661.57
HexCC6EC002E614134303e
Octal3141563000566244646076
Binary11001100110111011000000010111011010100100110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EC0; }

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

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

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

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

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

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

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

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