Shades of Wisteria #CC8EE7
Tints of Wisteria #CC8EE7
RGB
CMYK
RGB Variations
Color information
#CC8EE7 (or 0xCC8EE7) is known color: Wisteria. HEX triplet: CC, 8E and E7. RGB value is (204,142,231). Sum of RGB (Red+Green+Blue) = 204+142+231=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC8EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EE7 is #337118. Grayscale: #AAAAAA. Windows color (decimal): -3371289 or 15175372. OLE color: 15175372.
HSL color Cylindrical-coordinate representation of color #CC8EE7: hue angle of 281.8º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC8EE7 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 142 | 231 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.09 |
| HSL | 281.8º | 0.65% | 0.73% | - |
| HSV(B) | 281.8º | 0.39% | 0.91% | - |
| XYZ | 49 | 37.95 | 80.34 | - |
| YUV | 170.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 231 | 0.12 | 0.39 | 0 | 0.09 | 281.8 | 0.65 | 0.73 |
| Hex | CC | 8E | E7 | C | 27 | 0 | 9 | 11A | 41 | 49 |
| Octal | 314 | 216 | 347 | 14 | 47 | 0 | 11 | 432 | 101 | 111 |
| Binary | 11001100 | 10001110 | 11100111 | 1100 | 100111 | 0 | 1001 | 100011010 | 1000001 | 1001001 |
Color Harmonies of #CC8EE7
Complementary color
Monochromatic Colors of #CC8EE7
Black with #CC8EE7
Text Example
Text Example
White with #CC8EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EE7; }
p { color: rgb(204,142,231); }
H1.HeaderClassName
{
color: #CC8EE7;
}
.AnyTagClassName
{
color: #CC8EE7;
}
</style>
background-color css
<style>
a { background-color: #CC8EE7; }
a { background-color: rgb(204,142,231); }
div.DivClassName
{
background-color: #CC8EE7;
}
.BgClassName
{
background-color: #CC8EE7;
}
</style>
border-color css
<style>
span { border-color: #CC8EE7; }
span { border-color: rgb(204,142,231); }
td.TdClassName
{
border-color: #CC8EE7;
}
.TagClassName
{
border-color: #CC8EE7;
}
</style>