Shades of Wisteria #CC99EE
Tints of Wisteria #CC99EE
RGB
CMYK
RGB Variations
Color information
#CC99EE (or 0xCC99EE) is known color: Wisteria. HEX triplet: CC, 99 and EE. RGB value is (204,153,238). Sum of RGB (Red+Green+Blue) = 204+153+238=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC99EE is #336611. Grayscale: #B1B1B1. Windows color (decimal): -3368466 or 15636940. OLE color: 15636940.
HSL color Cylindrical-coordinate representation of color #CC99EE: hue angle of 276º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC99EE is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 153 | 238 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.07 |
| HSL | 276º | 0.71% | 0.77% | - |
| HSV(B) | 276º | 0.36% | 0.93% | - |
| XYZ | 51.73 | 41.79 | 86.23 | - |
| YUV | 177.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 238 | 0.14 | 0.36 | 0 | 0.07 | 276 | 0.71 | 0.77 |
| Hex | CC | 99 | EE | E | 24 | 0 | 7 | 114 | 47 | 4D |
| Octal | 314 | 231 | 356 | 16 | 44 | 0 | 7 | 424 | 107 | 115 |
| Binary | 11001100 | 10011001 | 11101110 | 1110 | 100100 | 0 | 111 | 100010100 | 1000111 | 1001101 |
Color Harmonies of #CC99EE
Complementary color
Monochromatic Colors of #CC99EE
Black with #CC99EE
Text Example
Text Example
White with #CC99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99EE; }
p { color: rgb(204,153,238); }
H1.HeaderClassName
{
color: #CC99EE;
}
.AnyTagClassName
{
color: #CC99EE;
}
</style>
background-color css
<style>
a { background-color: #CC99EE; }
a { background-color: rgb(204,153,238); }
div.DivClassName
{
background-color: #CC99EE;
}
.BgClassName
{
background-color: #CC99EE;
}
</style>
border-color css
<style>
span { border-color: #CC99EE; }
span { border-color: rgb(204,153,238); }
td.TdClassName
{
border-color: #CC99EE;
}
.TagClassName
{
border-color: #CC99EE;
}
</style>