Shades of Wisteria #CC8EE3
Tints of Wisteria #CC8EE3
RGB
CMYK
RGB Variations
Color information
#CC8EE3 (or 0xCC8EE3) is known color: Wisteria. HEX triplet: CC, 8E and E3. RGB value is (204,142,227). Sum of RGB (Red+Green+Blue) = 204+142+227=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 142 (55.86% from 255 or 24.78% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC8EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EE3 is #33711C. Grayscale: #A9A9A9. Windows color (decimal): -3371293 or 14913228. OLE color: 14913228.
HSL color Cylindrical-coordinate representation of color #CC8EE3: hue angle of 283.76º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8EE3 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 142 | 227 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.11 |
| HSL | 283.76º | 0.6% | 0.72% | - |
| HSV(B) | 283.76º | 0.37% | 0.89% | - |
| XYZ | 48.44 | 37.73 | 77.4 | - |
| YUV | 170.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 227 | 0.10 | 0.37 | 0 | 0.11 | 283.76 | 0.6 | 0.72 |
| Hex | CC | 8E | E3 | A | 25 | 0 | B | 11C | 3C | 48 |
| Octal | 314 | 216 | 343 | 12 | 45 | 0 | 13 | 434 | 74 | 110 |
| Binary | 11001100 | 10001110 | 11100011 | 1010 | 100101 | 0 | 1011 | 100011100 | 111100 | 1001000 |
Color Harmonies of #CC8EE3
Complementary color
Monochromatic Colors of #CC8EE3
Black with #CC8EE3
Text Example
Text Example
White with #CC8EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EE3; }
p { color: rgb(204,142,227); }
H1.HeaderClassName
{
color: #CC8EE3;
}
.AnyTagClassName
{
color: #CC8EE3;
}
</style>
background-color css
<style>
a { background-color: #CC8EE3; }
a { background-color: rgb(204,142,227); }
div.DivClassName
{
background-color: #CC8EE3;
}
.BgClassName
{
background-color: #CC8EE3;
}
</style>
border-color css
<style>
span { border-color: #CC8EE3; }
span { border-color: rgb(204,142,227); }
td.TdClassName
{
border-color: #CC8EE3;
}
.TagClassName
{
border-color: #CC8EE3;
}
</style>