Shades of Wisteria #CC8CDB
Tints of Wisteria #CC8CDB
RGB
CMYK
RGB Variations
Color information
#CC8CDB (or 0xCC8CDB) is known color: Wisteria. HEX triplet: CC, 8C and DB. RGB value is (204,140,219). Sum of RGB (Red+Green+Blue) = 204+140+219=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDB is #337324. Grayscale: #A7A7A7. Windows color (decimal): -3371813 or 14388428. OLE color: 14388428.
HSL color Cylindrical-coordinate representation of color #CC8CDB: hue angle of 288.61º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8CDB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 140 | 219 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.14 |
| HSL | 288.61º | 0.52% | 0.7% | - |
| HSV(B) | 288.61º | 0.36% | 0.86% | - |
| XYZ | 47.07 | 36.71 | 71.62 | - |
| YUV | 168.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 219 | 0.07 | 0.36 | 0 | 0.14 | 288.61 | 0.52 | 0.7 |
| Hex | CC | 8C | DB | 7 | 24 | 0 | E | 121 | 34 | 46 |
| Octal | 314 | 214 | 333 | 7 | 44 | 0 | 16 | 441 | 64 | 106 |
| Binary | 11001100 | 10001100 | 11011011 | 111 | 100100 | 0 | 1110 | 100100001 | 110100 | 1000110 |
Color Harmonies of #CC8CDB
Complementary color
Monochromatic Colors of #CC8CDB
Black with #CC8CDB
Text Example
Text Example
White with #CC8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CDB; }
p { color: rgb(204,140,219); }
H1.HeaderClassName
{
color: #CC8CDB;
}
.AnyTagClassName
{
color: #CC8CDB;
}
</style>
background-color css
<style>
a { background-color: #CC8CDB; }
a { background-color: rgb(204,140,219); }
div.DivClassName
{
background-color: #CC8CDB;
}
.BgClassName
{
background-color: #CC8CDB;
}
</style>
border-color css
<style>
span { border-color: #CC8CDB; }
span { border-color: rgb(204,140,219); }
td.TdClassName
{
border-color: #CC8CDB;
}
.TagClassName
{
border-color: #CC8CDB;
}
</style>