#CC6EE5

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

Shades of Orchid #CC6EE5

Tints of Orchid #CC6EE5

Color information

#CC6EE5 (or 0xCC6EE5) is unknown color: approx Orchid. HEX triplet: CC, 6E and E5. RGB value is (204,110,229). Sum of RGB (Red+Green+Blue) = 204+110+229=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EE5 is #33911A. Grayscale: #979797. Windows color (decimal): -3379483 or 15036108. OLE color: 15036108.

HSL color Cylindrical-coordinate representation of color #CC6EE5: hue angle of 287.39º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6EE5 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204110229-
CMYK0.110.5200.10
HSL287.39º69.59%66.47%-
HSV(B)287.39º51.97%89.8%-
XYZ44.6229.6577.5-
YUV151.67171.64165.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 110 (43.36% from 255) = 20.26%
BLUE value IS 229 (89.84% from 255) = 42.17%
R=37.57%
G=20.26%
B=42.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041102290.110.5200.10287.3969.5966.47
HexCC6EE5B340A11f4642
Octal3141563451364012437106102
Binary1100110011011101110010110111101000101010001111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EE5; }

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

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

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

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

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

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

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

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