#CC91EA

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

Shades of Wisteria #CC91EA

Tints of Wisteria #CC91EA

Color information

#CC91EA (or 0xCC91EA) is unknown color: approx Wisteria. HEX triplet: CC, 91 and EA. RGB value is (204,145,234). Sum of RGB (Red+Green+Blue) = 204+145+234=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC91EA is #336E15. Grayscale: #ACACAC. Windows color (decimal): -3370518 or 15372748. OLE color: 15372748.

HSL color Cylindrical-coordinate representation of color #CC91EA: hue angle of 279.78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC91EA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204145234-
CMYK0.130.3800.08
HSL279.78º67.94%74.31%-
HSV(B)279.78º38.03%91.76%-
XYZ49.8839.0382.75-
YUV172.79162.55150.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 145 (57.03% from 255) = 24.87%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=34.99%
G=24.87%
B=40.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041452340.130.3800.08279.7867.9474.31
HexCC91EAD2608118444a
Octal3142213521546010430104112
Binary11001100100100011110101011011001100100010001100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91EA; }

 p { color: rgb(204,145,234); }

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

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

 a { background-color: rgb(204,145,234); }

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

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

 span { border-color: rgb(204,145,234); }

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