Shades of Wisteria #C995DC
Tints of Wisteria #C995DC
RGB
CMYK
RGB Variations
Color information
#C995DC (or 0xC995DC) is known color: Wisteria. HEX triplet: C9, 95 and DC. RGB value is (201,149,220). Sum of RGB (Red+Green+Blue) = 201+149+220=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C995DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995DC is #366A23. Grayscale: #ACACAC. Windows color (decimal): -3566116 or 14456265. OLE color: 14456265.
HSL color Cylindrical-coordinate representation of color #C995DC: hue angle of 283.94º degrees, saturation: 0.5, 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 #C995DC is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 149 | 220 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.14 |
| HSL | 283.94º | 0.5% | 0.72% | - |
| HSV(B) | 283.94º | 0.32% | 0.86% | - |
| XYZ | 47.75 | 39.08 | 72.74 | - |
| YUV | 172.64 | 154.73 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 220 | 0.09 | 0.32 | 0 | 0.14 | 283.94 | 0.5 | 0.72 |
| Hex | C9 | 95 | DC | 9 | 20 | 0 | E | 11C | 32 | 48 |
| Octal | 311 | 225 | 334 | 11 | 40 | 0 | 16 | 434 | 62 | 110 |
| Binary | 11001001 | 10010101 | 11011100 | 1001 | 100000 | 0 | 1110 | 100011100 | 110010 | 1001000 |
Color Harmonies of #C995DC
Complementary color
Monochromatic Colors of #C995DC
Black with #C995DC
Text Example
Text Example
White with #C995DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995DC; }
p { color: rgb(201,149,220); }
H1.HeaderClassName
{
color: #C995DC;
}
.AnyTagClassName
{
color: #C995DC;
}
</style>
background-color css
<style>
a { background-color: #C995DC; }
a { background-color: rgb(201,149,220); }
div.DivClassName
{
background-color: #C995DC;
}
.BgClassName
{
background-color: #C995DC;
}
</style>
border-color css
<style>
span { border-color: #C995DC; }
span { border-color: rgb(201,149,220); }
td.TdClassName
{
border-color: #C995DC;
}
.TagClassName
{
border-color: #C995DC;
}
</style>