#CC81DE

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

Shades of Orchid #CC81DE

Tints of Orchid #CC81DE

Color information

#CC81DE (or 0xCC81DE) is unknown color: approx Orchid. HEX triplet: CC, 81 and DE. RGB value is (204,129,222). Sum of RGB (Red+Green+Blue) = 204+129+222=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81DE is #337E21. Grayscale: #A1A1A1. Windows color (decimal): -3374626 or 14582220. OLE color: 14582220.

HSL color Cylindrical-coordinate representation of color #CC81DE: hue angle of 288.39º degrees, saturation: 0.58, 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 #CC81DE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204129222-
CMYK0.080.4200.13
HSL288.39º58.49%68.82%-
HSV(B)288.39º41.89%87.06%-
XYZ45.9433.8173.21-
YUV162.03161.85157.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 222 (87.11% from 255) = 40%
R=36.76%
G=23.24%
B=40%

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
Decimal2041292220.080.4200.13288.3958.4968.82
HexCC81DE82A0D1203a45
Octal314201336105201544072105
Binary1100110010000001110111101000101010011011001000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81DE; }

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

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

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

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

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

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

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

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