#CC91E5

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

Shades of Wisteria #CC91E5

Tints of Wisteria #CC91E5

Color information

#CC91E5 (or 0xCC91E5) is unknown color: approx Wisteria. HEX triplet: CC, 91 and E5. RGB value is (204,145,229). Sum of RGB (Red+Green+Blue) = 204+145+229=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91E5 is #336E1A. Grayscale: #ABABAB. Windows color (decimal): -3370523 or 15045068. OLE color: 15045068.

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

Color convert

RGB204145229-
CMYK0.110.3700.10
HSL282.14º61.76%73.33%-
HSV(B)282.14º36.68%89.8%-
XYZ49.1738.7579.02-
YUV172.22160.05150.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 145 (57.03% from 255) = 25.09%
BLUE value IS 229 (89.84% from 255) = 39.62%
R=35.29%
G=25.09%
B=39.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041452290.110.3700.10282.1461.7673.33
HexCC91E5B250A11a3e49
Octal314221345134501243276111
Binary1100110010010001111001011011100101010101000110101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC91E5; }

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

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

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

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

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

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

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

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