Shades of Wisteria #CC95DB
Tints of Wisteria #CC95DB
RGB
CMYK
RGB Variations
Color information
#CC95DB (or 0xCC95DB) is known color: Wisteria. HEX triplet: CC, 95 and DB. RGB value is (204,149,219). Sum of RGB (Red+Green+Blue) = 204+149+219=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC95DB is #336A24. Grayscale: #ADADAD. Windows color (decimal): -3369509 or 14390732. OLE color: 14390732.
HSL color Cylindrical-coordinate representation of color #CC95DB: hue angle of 287.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC95DB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 149 | 219 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.14 |
| HSL | 287.14º | 0.49% | 0.72% | - |
| HSV(B) | 287.14º | 0.32% | 0.86% | - |
| XYZ | 48.44 | 39.45 | 72.08 | - |
| YUV | 173.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 219 | 0.07 | 0.32 | 0 | 0.14 | 287.14 | 0.49 | 0.72 |
| Hex | CC | 95 | DB | 7 | 20 | 0 | E | 11F | 31 | 48 |
| Octal | 314 | 225 | 333 | 7 | 40 | 0 | 16 | 437 | 61 | 110 |
| Binary | 11001100 | 10010101 | 11011011 | 111 | 100000 | 0 | 1110 | 100011111 | 110001 | 1001000 |
Color Harmonies of #CC95DB
Complementary color
Monochromatic Colors of #CC95DB
Black with #CC95DB
Text Example
Text Example
White with #CC95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC95DB; }
p { color: rgb(204,149,219); }
H1.HeaderClassName
{
color: #CC95DB;
}
.AnyTagClassName
{
color: #CC95DB;
}
</style>
background-color css
<style>
a { background-color: #CC95DB; }
a { background-color: rgb(204,149,219); }
div.DivClassName
{
background-color: #CC95DB;
}
.BgClassName
{
background-color: #CC95DB;
}
</style>
border-color css
<style>
span { border-color: #CC95DB; }
span { border-color: rgb(204,149,219); }
td.TdClassName
{
border-color: #CC95DB;
}
.TagClassName
{
border-color: #CC95DB;
}
</style>