Shades of Wisteria #CC8DDB
Tints of Wisteria #CC8DDB
RGB
CMYK
RGB Variations
Color information
#CC8DDB (or 0xCC8DDB) is known color: Wisteria. HEX triplet: CC, 8D and DB. RGB value is (204,141,219). Sum of RGB (Red+Green+Blue) = 204+141+219=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DDB is #337224. Grayscale: #A8A8A8. Windows color (decimal): -3371557 or 14388684. OLE color: 14388684.
HSL color Cylindrical-coordinate representation of color #CC8DDB: hue angle of 288.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8DDB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 141 | 219 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.14 |
| HSL | 288.46º | 0.52% | 0.71% | - |
| HSV(B) | 288.46º | 0.36% | 0.86% | - |
| XYZ | 47.21 | 37 | 71.67 | - |
| YUV | 168.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 219 | 0.07 | 0.36 | 0 | 0.14 | 288.46 | 0.52 | 0.71 |
| Hex | CC | 8D | DB | 7 | 24 | 0 | E | 120 | 34 | 47 |
| Octal | 314 | 215 | 333 | 7 | 44 | 0 | 16 | 440 | 64 | 107 |
| Binary | 11001100 | 10001101 | 11011011 | 111 | 100100 | 0 | 1110 | 100100000 | 110100 | 1000111 |
Color Harmonies of #CC8DDB
Complementary color
Monochromatic Colors of #CC8DDB
Black with #CC8DDB
Text Example
Text Example
White with #CC8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DDB; }
p { color: rgb(204,141,219); }
H1.HeaderClassName
{
color: #CC8DDB;
}
.AnyTagClassName
{
color: #CC8DDB;
}
</style>
background-color css
<style>
a { background-color: #CC8DDB; }
a { background-color: rgb(204,141,219); }
div.DivClassName
{
background-color: #CC8DDB;
}
.BgClassName
{
background-color: #CC8DDB;
}
</style>
border-color css
<style>
span { border-color: #CC8DDB; }
span { border-color: rgb(204,141,219); }
td.TdClassName
{
border-color: #CC8DDB;
}
.TagClassName
{
border-color: #CC8DDB;
}
</style>