#CC81E0

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

Shades of Orchid #CC81E0

Tints of Orchid #CC81E0

Color information

#CC81E0 (or 0xCC81E0) is unknown color: approx Orchid. HEX triplet: CC, 81 and E0. RGB value is (204,129,224). Sum of RGB (Red+Green+Blue) = 204+129+224=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC81E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81E0 is #337E1F. Grayscale: #A1A1A1. Windows color (decimal): -3374624 or 14713292. OLE color: 14713292.

HSL color Cylindrical-coordinate representation of color #CC81E0: hue angle of 287.37º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC81E0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204129224-
CMYK0.090.4200.12
HSL287.37º60.51%69.22%-
HSV(B)287.37º42.41%87.84%-
XYZ46.2133.9274.63-
YUV162.26162.85157.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=36.62%
G=23.16%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041292240.090.4200.12287.3760.5169.22
HexCC81E092A0C11f3d45
Octal314201340115201443775105
Binary1100110010000001111000001001101010011001000111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81E0; }

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

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

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

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

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

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

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

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