Shades of Wisteria #CC9CEE
Tints of Wisteria #CC9CEE
RGB
CMYK
RGB Variations
Color information
#CC9CEE (or 0xCC9CEE) is known color: Wisteria. HEX triplet: CC, 9C and EE. RGB value is (204,156,238). Sum of RGB (Red+Green+Blue) = 204+156+238=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CEE is #336311. Grayscale: #B3B3B3. Windows color (decimal): -3367698 or 15637708. OLE color: 15637708.
HSL color Cylindrical-coordinate representation of color #CC9CEE: hue angle of 275.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9CEE is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 156 | 238 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.07 |
| HSL | 275.12º | 0.71% | 0.77% | - |
| HSV(B) | 275.12º | 0.34% | 0.93% | - |
| XYZ | 52.22 | 42.79 | 86.4 | - |
| YUV | 179.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 238 | 0.14 | 0.34 | 0 | 0.07 | 275.12 | 0.71 | 0.77 |
| Hex | CC | 9C | EE | E | 22 | 0 | 7 | 113 | 47 | 4D |
| Octal | 314 | 234 | 356 | 16 | 42 | 0 | 7 | 423 | 107 | 115 |
| Binary | 11001100 | 10011100 | 11101110 | 1110 | 100010 | 0 | 111 | 100010011 | 1000111 | 1001101 |
Color Harmonies of #CC9CEE
Complementary color
Monochromatic Colors of #CC9CEE
Black with #CC9CEE
Text Example
Text Example
White with #CC9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CEE; }
p { color: rgb(204,156,238); }
H1.HeaderClassName
{
color: #CC9CEE;
}
.AnyTagClassName
{
color: #CC9CEE;
}
</style>
background-color css
<style>
a { background-color: #CC9CEE; }
a { background-color: rgb(204,156,238); }
div.DivClassName
{
background-color: #CC9CEE;
}
.BgClassName
{
background-color: #CC9CEE;
}
</style>
border-color css
<style>
span { border-color: #CC9CEE; }
span { border-color: rgb(204,156,238); }
td.TdClassName
{
border-color: #CC9CEE;
}
.TagClassName
{
border-color: #CC9CEE;
}
</style>