#CC81E5

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

Shades of Wisteria #CC81E5

Tints of Wisteria #CC81E5

Color information

#CC81E5 (or 0xCC81E5) is unknown color: approx Wisteria. HEX triplet: CC, 81 and E5. RGB value is (204,129,229). Sum of RGB (Red+Green+Blue) = 204+129+229=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81E5 is #337E1A. Grayscale: #A2A2A2. Windows color (decimal): -3374619 or 15040972. OLE color: 15040972.

HSL color Cylindrical-coordinate representation of color #CC81E5: hue angle of 285º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC81E5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204129229-
CMYK0.110.4400.10
HSL285º65.79%70.2%-
HSV(B)285º43.67%89.8%-
XYZ46.8934.278.26-
YUV162.82165.35157.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=36.30%
G=22.95%
B=40.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041292290.110.4400.1028565.7970.2
HexCC81E5B2C0A11d4246
Octal3142013451354012435102106
Binary11001100100000011110010110111011000101010001110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81E5; }

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

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

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

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

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

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

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

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