Shades of Wisteria #CC8FDB
Tints of Wisteria #CC8FDB
RGB
CMYK
RGB Variations
Color information
#CC8FDB (or 0xCC8FDB) is known color: Wisteria. HEX triplet: CC, 8F and DB. RGB value is (204,143,219). Sum of RGB (Red+Green+Blue) = 204+143+219=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FDB is #337024. Grayscale: #A9A9A9. Windows color (decimal): -3371045 or 14389196. OLE color: 14389196.
HSL color Cylindrical-coordinate representation of color #CC8FDB: hue angle of 288.16º degrees, saturation: 0.51, 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 #CC8FDB is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 143 | 219 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.14 |
| HSL | 288.16º | 0.51% | 0.71% | - |
| HSV(B) | 288.16º | 0.35% | 0.86% | - |
| XYZ | 47.51 | 37.6 | 71.77 | - |
| YUV | 169.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 219 | 0.07 | 0.35 | 0 | 0.14 | 288.16 | 0.51 | 0.71 |
| Hex | CC | 8F | DB | 7 | 23 | 0 | E | 120 | 33 | 47 |
| Octal | 314 | 217 | 333 | 7 | 43 | 0 | 16 | 440 | 63 | 107 |
| Binary | 11001100 | 10001111 | 11011011 | 111 | 100011 | 0 | 1110 | 100100000 | 110011 | 1000111 |
Color Harmonies of #CC8FDB
Complementary color
Monochromatic Colors of #CC8FDB
Black with #CC8FDB
Text Example
Text Example
White with #CC8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FDB; }
p { color: rgb(204,143,219); }
H1.HeaderClassName
{
color: #CC8FDB;
}
.AnyTagClassName
{
color: #CC8FDB;
}
</style>
background-color css
<style>
a { background-color: #CC8FDB; }
a { background-color: rgb(204,143,219); }
div.DivClassName
{
background-color: #CC8FDB;
}
.BgClassName
{
background-color: #CC8FDB;
}
</style>
border-color css
<style>
span { border-color: #CC8FDB; }
span { border-color: rgb(204,143,219); }
td.TdClassName
{
border-color: #CC8FDB;
}
.TagClassName
{
border-color: #CC8FDB;
}
</style>