Shades of Wisteria #CC8EDB
Tints of Wisteria #CC8EDB
RGB
CMYK
RGB Variations
Color information
#CC8EDB (or 0xCC8EDB) is known color: Wisteria. HEX triplet: CC, 8E and DB. RGB value is (204,142,219). Sum of RGB (Red+Green+Blue) = 204+142+219=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EDB is #337124. Grayscale: #A9A9A9. Windows color (decimal): -3371301 or 14388940. OLE color: 14388940.
HSL color Cylindrical-coordinate representation of color #CC8EDB: hue angle of 288.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8EDB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 142 | 219 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 288.31º | 0.52% | 0.71% | - |
| HSV(B) | 288.31º | 0.35% | 0.86% | - |
| XYZ | 47.36 | 37.3 | 71.72 | - |
| YUV | 169.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 219 | 0.07 | 0.35 | 0 | 0.14 | 288.31 | 0.52 | 0.71 |
| Hex | CC | 8E | DB | 7 | 23 | 0 | E | 120 | 34 | 47 |
| Octal | 314 | 216 | 333 | 7 | 43 | 0 | 16 | 440 | 64 | 107 |
| Binary | 11001100 | 10001110 | 11011011 | 111 | 100011 | 0 | 1110 | 100100000 | 110100 | 1000111 |
Color Harmonies of #CC8EDB
Complementary color
Monochromatic Colors of #CC8EDB
Black with #CC8EDB
Text Example
Text Example
White with #CC8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8EDB; }
p { color: rgb(204,142,219); }
H1.HeaderClassName
{
color: #CC8EDB;
}
.AnyTagClassName
{
color: #CC8EDB;
}
</style>
background-color css
<style>
a { background-color: #CC8EDB; }
a { background-color: rgb(204,142,219); }
div.DivClassName
{
background-color: #CC8EDB;
}
.BgClassName
{
background-color: #CC8EDB;
}
</style>
border-color css
<style>
span { border-color: #CC8EDB; }
span { border-color: rgb(204,142,219); }
td.TdClassName
{
border-color: #CC8EDB;
}
.TagClassName
{
border-color: #CC8EDB;
}
</style>