Shades of Wisteria #CC9ADB
Tints of Wisteria #CC9ADB
RGB
CMYK
RGB Variations
Color information
#CC9ADB (or 0xCC9ADB) is known color: Wisteria. HEX triplet: CC, 9A and DB. RGB value is (204,154,219). Sum of RGB (Red+Green+Blue) = 204+154+219=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9ADB is #336524. Grayscale: #B0B0B0. Windows color (decimal): -3368229 or 14392012. OLE color: 14392012.
HSL color Cylindrical-coordinate representation of color #CC9ADB: hue angle of 286.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9ADB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 154 | 219 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.14 |
| HSL | 286.15º | 0.47% | 0.73% | - |
| HSV(B) | 286.15º | 0.3% | 0.86% | - |
| XYZ | 49.24 | 41.06 | 72.35 | - |
| YUV | 176.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 219 | 0.07 | 0.30 | 0 | 0.14 | 286.15 | 0.47 | 0.73 |
| Hex | CC | 9A | DB | 7 | 1E | 0 | E | 11E | 2F | 49 |
| Octal | 314 | 232 | 333 | 7 | 36 | 0 | 16 | 436 | 57 | 111 |
| Binary | 11001100 | 10011010 | 11011011 | 111 | 11110 | 0 | 1110 | 100011110 | 101111 | 1001001 |
Color Harmonies of #CC9ADB
Complementary color
Monochromatic Colors of #CC9ADB
Black with #CC9ADB
Text Example
Text Example
White with #CC9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9ADB; }
p { color: rgb(204,154,219); }
H1.HeaderClassName
{
color: #CC9ADB;
}
.AnyTagClassName
{
color: #CC9ADB;
}
</style>
background-color css
<style>
a { background-color: #CC9ADB; }
a { background-color: rgb(204,154,219); }
div.DivClassName
{
background-color: #CC9ADB;
}
.BgClassName
{
background-color: #CC9ADB;
}
</style>
border-color css
<style>
span { border-color: #CC9ADB; }
span { border-color: rgb(204,154,219); }
td.TdClassName
{
border-color: #CC9ADB;
}
.TagClassName
{
border-color: #CC9ADB;
}
</style>