Shades of Wisteria #CC91E4
Tints of Wisteria #CC91E4
RGB
CMYK
RGB Variations
Color information
#CC91E4 (or 0xCC91E4) is known color: Wisteria. HEX triplet: CC, 91 and E4. RGB value is (204,145,228). Sum of RGB (Red+Green+Blue) = 204+145+228=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC91E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91E4 is #336E1B. Grayscale: #ABABAB. Windows color (decimal): -3370524 or 14979532. OLE color: 14979532.
HSL color Cylindrical-coordinate representation of color #CC91E4: hue angle of 282.65º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC91E4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 145 | 228 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.11 |
| HSL | 282.65º | 0.61% | 0.73% | - |
| HSV(B) | 282.65º | 0.36% | 0.89% | - |
| XYZ | 49.03 | 38.69 | 78.28 | - |
| YUV | 172.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 228 | 0.11 | 0.36 | 0 | 0.11 | 282.65 | 0.61 | 0.73 |
| Hex | CC | 91 | E4 | B | 24 | 0 | B | 11B | 3D | 49 |
| Octal | 314 | 221 | 344 | 13 | 44 | 0 | 13 | 433 | 75 | 111 |
| Binary | 11001100 | 10010001 | 11100100 | 1011 | 100100 | 0 | 1011 | 100011011 | 111101 | 1001001 |
Color Harmonies of #CC91E4
Complementary color
Monochromatic Colors of #CC91E4
Black with #CC91E4
Text Example
Text Example
White with #CC91E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91E4; }
p { color: rgb(204,145,228); }
H1.HeaderClassName
{
color: #CC91E4;
}
.AnyTagClassName
{
color: #CC91E4;
}
</style>
background-color css
<style>
a { background-color: #CC91E4; }
a { background-color: rgb(204,145,228); }
div.DivClassName
{
background-color: #CC91E4;
}
.BgClassName
{
background-color: #CC91E4;
}
</style>
border-color css
<style>
span { border-color: #CC91E4; }
span { border-color: rgb(204,145,228); }
td.TdClassName
{
border-color: #CC91E4;
}
.TagClassName
{
border-color: #CC91E4;
}
</style>