Shades of Wisteria #CC8ADB
Tints of Wisteria #CC8ADB
RGB
CMYK
RGB Variations
Color information
#CC8ADB (or 0xCC8ADB) is known color: Wisteria. HEX triplet: CC, 8A and DB. RGB value is (204,138,219). Sum of RGB (Red+Green+Blue) = 204+138+219=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADB is #337524. Grayscale: #A6A6A6. Windows color (decimal): -3372325 or 14387916. OLE color: 14387916.
HSL color Cylindrical-coordinate representation of color #CC8ADB: hue angle of 288.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8ADB is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 138 | 219 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.14 |
| HSL | 288.89º | 0.53% | 0.7% | - |
| HSV(B) | 288.89º | 0.37% | 0.86% | - |
| XYZ | 46.78 | 36.13 | 71.53 | - |
| YUV | 166.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 219 | 0.07 | 0.37 | 0 | 0.14 | 288.89 | 0.53 | 0.7 |
| Hex | CC | 8A | DB | 7 | 25 | 0 | E | 121 | 35 | 46 |
| Octal | 314 | 212 | 333 | 7 | 45 | 0 | 16 | 441 | 65 | 106 |
| Binary | 11001100 | 10001010 | 11011011 | 111 | 100101 | 0 | 1110 | 100100001 | 110101 | 1000110 |
Color Harmonies of #CC8ADB
Complementary color
Monochromatic Colors of #CC8ADB
Black with #CC8ADB
Text Example
Text Example
White with #CC8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ADB; }
p { color: rgb(204,138,219); }
H1.HeaderClassName
{
color: #CC8ADB;
}
.AnyTagClassName
{
color: #CC8ADB;
}
</style>
background-color css
<style>
a { background-color: #CC8ADB; }
a { background-color: rgb(204,138,219); }
div.DivClassName
{
background-color: #CC8ADB;
}
.BgClassName
{
background-color: #CC8ADB;
}
</style>
border-color css
<style>
span { border-color: #CC8ADB; }
span { border-color: rgb(204,138,219); }
td.TdClassName
{
border-color: #CC8ADB;
}
.TagClassName
{
border-color: #CC8ADB;
}
</style>