Shades of Wisteria #CC99E4
Tints of Wisteria #CC99E4
RGB
CMYK
RGB Variations
Color information
#CC99E4 (or 0xCC99E4) is known color: Wisteria. HEX triplet: CC, 99 and E4. RGB value is (204,153,228). Sum of RGB (Red+Green+Blue) = 204+153+228=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC99E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC99E4 is #33661B. Grayscale: #B0B0B0. Windows color (decimal): -3368476 or 14981580. OLE color: 14981580.
HSL color Cylindrical-coordinate representation of color #CC99E4: hue angle of 280.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC99E4 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 153 | 228 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.11 |
| HSL | 280.8º | 0.58% | 0.75% | - |
| HSV(B) | 280.8º | 0.33% | 0.89% | - |
| XYZ | 50.3 | 41.22 | 78.7 | - |
| YUV | 176.8 | 156.9 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 228 | 0.11 | 0.33 | 0 | 0.11 | 280.8 | 0.58 | 0.75 |
| Hex | CC | 99 | E4 | B | 21 | 0 | B | 119 | 3A | 4B |
| Octal | 314 | 231 | 344 | 13 | 41 | 0 | 13 | 431 | 72 | 113 |
| Binary | 11001100 | 10011001 | 11100100 | 1011 | 100001 | 0 | 1011 | 100011001 | 111010 | 1001011 |
Color Harmonies of #CC99E4
Complementary color
Monochromatic Colors of #CC99E4
Black with #CC99E4
Text Example
Text Example
White with #CC99E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99E4; }
p { color: rgb(204,153,228); }
H1.HeaderClassName
{
color: #CC99E4;
}
.AnyTagClassName
{
color: #CC99E4;
}
</style>
background-color css
<style>
a { background-color: #CC99E4; }
a { background-color: rgb(204,153,228); }
div.DivClassName
{
background-color: #CC99E4;
}
.BgClassName
{
background-color: #CC99E4;
}
</style>
border-color css
<style>
span { border-color: #CC99E4; }
span { border-color: rgb(204,153,228); }
td.TdClassName
{
border-color: #CC99E4;
}
.TagClassName
{
border-color: #CC99E4;
}
</style>