Shades of Wisteria #CC91EA
Tints of Wisteria #CC91EA
RGB
CMYK
RGB Variations
Color information
#CC91EA (or 0xCC91EA) is known color: 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
| RGB | 204 | 145 | 234 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.08 |
| HSL | 279.78º | 0.68% | 0.74% | - |
| HSV(B) | 279.78º | 0.38% | 0.92% | - |
| XYZ | 49.88 | 39.03 | 82.75 | - |
| YUV | 172.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 234 | 0.13 | 0.38 | 0 | 0.08 | 279.78 | 0.68 | 0.74 |
| Hex | CC | 91 | EA | D | 26 | 0 | 8 | 118 | 44 | 4A |
| Octal | 314 | 221 | 352 | 15 | 46 | 0 | 10 | 430 | 104 | 112 |
| Binary | 11001100 | 10010001 | 11101010 | 1101 | 100110 | 0 | 1000 | 100011000 | 1000100 | 1001010 |
Color Harmonies of #CC91EA
Complementary color
Monochromatic Colors of #CC91EA
Black with #CC91EA
Text Example
Text Example
White with #CC91EA
Text Example
Text Example
HTML Codes & Css Web 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>