Shades of Wisteria #CC91E5
Tints of Wisteria #CC91E5
RGB
CMYK
RGB Variations
Color information
#CC91E5 (or 0xCC91E5) is known color: 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
| RGB | 204 | 145 | 229 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.10 |
| HSL | 282.14º | 0.62% | 0.73% | - |
| HSV(B) | 282.14º | 0.37% | 0.9% | - |
| XYZ | 49.17 | 38.75 | 79.02 | - |
| YUV | 172.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 229 | 0.11 | 0.37 | 0 | 0.10 | 282.14 | 0.62 | 0.73 |
| Hex | CC | 91 | E5 | B | 25 | 0 | A | 11A | 3E | 49 |
| Octal | 314 | 221 | 345 | 13 | 45 | 0 | 12 | 432 | 76 | 111 |
| Binary | 11001100 | 10010001 | 11100101 | 1011 | 100101 | 0 | 1010 | 100011010 | 111110 | 1001001 |
Color Harmonies of #CC91E5
Complementary color
Monochromatic Colors of #CC91E5
Black with #CC91E5
Text Example
Text Example
White with #CC91E5
Text Example
Text Example
HTML Codes & Css Web 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>