#CC81D4

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

Shades of Orchid #CC81D4

Tints of Orchid #CC81D4

Color information

#CC81D4 (or 0xCC81D4) is unknown color: approx Orchid. HEX triplet: CC, 81 and D4. RGB value is (204,129,212). Sum of RGB (Red+Green+Blue) = 204+129+212=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81D4 is #337E2B. Grayscale: #A0A0A0. Windows color (decimal): -3374636 or 13926860. OLE color: 13926860.

HSL color Cylindrical-coordinate representation of color #CC81D4: hue angle of 294.22º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC81D4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204129212-
CMYK0.040.3900.17
HSL294.22º49.11%66.86%-
HSV(B)294.22º39.15%83.14%-
XYZ44.6433.2966.36-
YUV160.89156.85158.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=37.43%
G=23.67%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041292120.040.3900.17294.2249.1166.86
HexCC81D44270111263143
Octal31420132444702144661103
Binary1100110010000001110101001001001110100011001001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81D4; }

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

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

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

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

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

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

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

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