Shades of Wisteria #CC99EF
Tints of Wisteria #CC99EF
RGB
CMYK
RGB Variations
Color information
#CC99EF (or 0xCC99EF) is known color: Wisteria. HEX triplet: CC, 99 and EF. RGB value is (204,153,239). Sum of RGB (Red+Green+Blue) = 204+153+239=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC99EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99EF is #336610. Grayscale: #B1B1B1. Windows color (decimal): -3368465 or 15702476. OLE color: 15702476.
HSL color Cylindrical-coordinate representation of color #CC99EF: hue angle of 275.58º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC99EF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 153 | 239 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.06 |
| HSL | 275.58º | 0.73% | 0.77% | - |
| HSV(B) | 275.58º | 0.36% | 0.94% | - |
| XYZ | 51.87 | 41.85 | 87.01 | - |
| YUV | 178.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 239 | 0.15 | 0.36 | 0 | 0.06 | 275.58 | 0.73 | 0.77 |
| Hex | CC | 99 | EF | F | 24 | 0 | 6 | 114 | 49 | 4D |
| Octal | 314 | 231 | 357 | 17 | 44 | 0 | 6 | 424 | 111 | 115 |
| Binary | 11001100 | 10011001 | 11101111 | 1111 | 100100 | 0 | 110 | 100010100 | 1001001 | 1001101 |
Color Harmonies of #CC99EF
Complementary color
Monochromatic Colors of #CC99EF
Black with #CC99EF
Text Example
Text Example
White with #CC99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99EF; }
p { color: rgb(204,153,239); }
H1.HeaderClassName
{
color: #CC99EF;
}
.AnyTagClassName
{
color: #CC99EF;
}
</style>
background-color css
<style>
a { background-color: #CC99EF; }
a { background-color: rgb(204,153,239); }
div.DivClassName
{
background-color: #CC99EF;
}
.BgClassName
{
background-color: #CC99EF;
}
</style>
border-color css
<style>
span { border-color: #CC99EF; }
span { border-color: rgb(204,153,239); }
td.TdClassName
{
border-color: #CC99EF;
}
.TagClassName
{
border-color: #CC99EF;
}
</style>