Shades of Wisteria #CC9EE8
Tints of Wisteria #CC9EE8
RGB
CMYK
RGB Variations
Color information
#CC9EE8 (or 0xCC9EE8) is known color: Wisteria. HEX triplet: CC, 9E and E8. RGB value is (204,158,232). Sum of RGB (Red+Green+Blue) = 204+158+232=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EE8 is #336117. Grayscale: #B3B3B3. Windows color (decimal): -3367192 or 15245004. OLE color: 15245004.
HSL color Cylindrical-coordinate representation of color #CC9EE8: hue angle of 277.3º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC9EE8 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 158 | 232 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.09 |
| HSL | 277.3º | 0.62% | 0.76% | - |
| HSV(B) | 277.3º | 0.32% | 0.91% | - |
| XYZ | 51.69 | 43.12 | 81.94 | - |
| YUV | 180.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 232 | 0.12 | 0.32 | 0 | 0.09 | 277.3 | 0.62 | 0.76 |
| Hex | CC | 9E | E8 | C | 20 | 0 | 9 | 115 | 3E | 4C |
| Octal | 314 | 236 | 350 | 14 | 40 | 0 | 11 | 425 | 76 | 114 |
| Binary | 11001100 | 10011110 | 11101000 | 1100 | 100000 | 0 | 1001 | 100010101 | 111110 | 1001100 |
Color Harmonies of #CC9EE8
Complementary color
Monochromatic Colors of #CC9EE8
Black with #CC9EE8
Text Example
Text Example
White with #CC9EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9EE8; }
p { color: rgb(204,158,232); }
H1.HeaderClassName
{
color: #CC9EE8;
}
.AnyTagClassName
{
color: #CC9EE8;
}
</style>
background-color css
<style>
a { background-color: #CC9EE8; }
a { background-color: rgb(204,158,232); }
div.DivClassName
{
background-color: #CC9EE8;
}
.BgClassName
{
background-color: #CC9EE8;
}
</style>
border-color css
<style>
span { border-color: #CC9EE8; }
span { border-color: rgb(204,158,232); }
td.TdClassName
{
border-color: #CC9EE8;
}
.TagClassName
{
border-color: #CC9EE8;
}
</style>