#CC80DE

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

Shades of Orchid #CC80DE

Tints of Orchid #CC80DE

Color information

#CC80DE (or 0xCC80DE) is unknown color: approx Orchid. HEX triplet: CC, 80 and DE. RGB value is (204,128,222). Sum of RGB (Red+Green+Blue) = 204+128+222=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC80DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80DE is #337F21. Grayscale: #A1A1A1. Windows color (decimal): -3374882 or 14581964. OLE color: 14581964.

HSL color Cylindrical-coordinate representation of color #CC80DE: hue angle of 288.51º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC80DE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204128222-
CMYK0.080.4200.13
HSL288.51º58.75%68.63%-
HSV(B)288.51º42.34%87.06%-
XYZ45.8133.5573.17-
YUV161.44162.18158.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=36.82%
G=23.10%
B=40.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041282220.080.4200.13288.5158.7568.63
HexCC80DE82A0D1213b45
Octal314200336105201544173105
Binary1100110010000000110111101000101010011011001000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80DE; }

 p { color: rgb(204,128,222); }

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

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

 a { background-color: rgb(204,128,222); }

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

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

 span { border-color: rgb(204,128,222); }

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