#CC81D0

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

Shades of Orchid #CC81D0

Tints of Orchid #CC81D0

Color information

#CC81D0 (or 0xCC81D0) is unknown color: approx Orchid. HEX triplet: CC, 81 and D0. RGB value is (204,129,208). Sum of RGB (Red+Green+Blue) = 204+129+208=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC81D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81D0 is #337E2F. Grayscale: #A0A0A0. Windows color (decimal): -3374640 or 13664716. OLE color: 13664716.

HSL color Cylindrical-coordinate representation of color #CC81D0: hue angle of 296.96º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC81D0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB204129208-
CMYK0.020.3800.18
HSL296.96º45.66%66.08%-
HSV(B)296.96º37.98%81.57%-
XYZ44.1433.0963.74-
YUV160.43154.85159.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 208 (81.64% from 255) = 38.45%
R=37.71%
G=23.84%
B=38.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2041292080.020.3800.18296.9645.6666.08
HexCC81D02260121292e42
Octal31420132024602245156102
Binary110011001000000111010000101001100100101001010011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81D0; }

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

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

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

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

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

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

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

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