Shades of Wisteria #CC91DB
Tints of Wisteria #CC91DB
RGB
CMYK
RGB Variations
Color information
#CC91DB (or 0xCC91DB) is known color: Wisteria. HEX triplet: CC, 91 and DB. RGB value is (204,145,219). Sum of RGB (Red+Green+Blue) = 204+145+219=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC91DB is #336E24. Grayscale: #AAAAAA. Windows color (decimal): -3370533 or 14389708. OLE color: 14389708.
HSL color Cylindrical-coordinate representation of color #CC91DB: hue angle of 287.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC91DB is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 145 | 219 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.14 |
| HSL | 287.84º | 0.51% | 0.71% | - |
| HSV(B) | 287.84º | 0.34% | 0.86% | - |
| XYZ | 47.81 | 38.2 | 71.87 | - |
| YUV | 171.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 219 | 0.07 | 0.34 | 0 | 0.14 | 287.84 | 0.51 | 0.71 |
| Hex | CC | 91 | DB | 7 | 22 | 0 | E | 120 | 33 | 47 |
| Octal | 314 | 221 | 333 | 7 | 42 | 0 | 16 | 440 | 63 | 107 |
| Binary | 11001100 | 10010001 | 11011011 | 111 | 100010 | 0 | 1110 | 100100000 | 110011 | 1000111 |
Color Harmonies of #CC91DB
Complementary color
Monochromatic Colors of #CC91DB
Black with #CC91DB
Text Example
Text Example
White with #CC91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91DB; }
p { color: rgb(204,145,219); }
H1.HeaderClassName
{
color: #CC91DB;
}
.AnyTagClassName
{
color: #CC91DB;
}
</style>
background-color css
<style>
a { background-color: #CC91DB; }
a { background-color: rgb(204,145,219); }
div.DivClassName
{
background-color: #CC91DB;
}
.BgClassName
{
background-color: #CC91DB;
}
</style>
border-color css
<style>
span { border-color: #CC91DB; }
span { border-color: rgb(204,145,219); }
td.TdClassName
{
border-color: #CC91DB;
}
.TagClassName
{
border-color: #CC91DB;
}
</style>