Shades of Wisteria #CC99E8
Tints of Wisteria #CC99E8
RGB
CMYK
RGB Variations
Color information
#CC99E8 (or 0xCC99E8) is known color: Wisteria. HEX triplet: CC, 99 and E8. RGB value is (204,153,232). Sum of RGB (Red+Green+Blue) = 204+153+232=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99E8 is #336617. Grayscale: #B0B0B0. Windows color (decimal): -3368472 or 15243724. OLE color: 15243724.
HSL color Cylindrical-coordinate representation of color #CC99E8: hue angle of 278.73º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC99E8 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 153 | 232 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.09 |
| HSL | 278.73º | 0.63% | 0.75% | - |
| HSV(B) | 278.73º | 0.34% | 0.91% | - |
| XYZ | 50.86 | 41.45 | 81.66 | - |
| YUV | 177.26 | 158.9 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 232 | 0.12 | 0.34 | 0 | 0.09 | 278.73 | 0.63 | 0.75 |
| Hex | CC | 99 | E8 | C | 22 | 0 | 9 | 117 | 3F | 4B |
| Octal | 314 | 231 | 350 | 14 | 42 | 0 | 11 | 427 | 77 | 113 |
| Binary | 11001100 | 10011001 | 11101000 | 1100 | 100010 | 0 | 1001 | 100010111 | 111111 | 1001011 |
Color Harmonies of #CC99E8
Complementary color
Monochromatic Colors of #CC99E8
Black with #CC99E8
Text Example
Text Example
White with #CC99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99E8; }
p { color: rgb(204,153,232); }
H1.HeaderClassName
{
color: #CC99E8;
}
.AnyTagClassName
{
color: #CC99E8;
}
</style>
background-color css
<style>
a { background-color: #CC99E8; }
a { background-color: rgb(204,153,232); }
div.DivClassName
{
background-color: #CC99E8;
}
.BgClassName
{
background-color: #CC99E8;
}
</style>
border-color css
<style>
span { border-color: #CC99E8; }
span { border-color: rgb(204,153,232); }
td.TdClassName
{
border-color: #CC99E8;
}
.TagClassName
{
border-color: #CC99E8;
}
</style>