Shades of Wisteria #C395DC
Tints of Wisteria #C395DC
RGB
CMYK
RGB Variations
Color information
#C395DC (or 0xC395DC) is known color: Wisteria. HEX triplet: C3, 95 and DC. RGB value is (195,149,220). Sum of RGB (Red+Green+Blue) = 195+149+220=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C395DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DC is #3C6A23. Grayscale: #AAAAAA. Windows color (decimal): -3959332 or 14456259. OLE color: 14456259.
HSL color Cylindrical-coordinate representation of color #C395DC: hue angle of 278.87º 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 #C395DC is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 149 | 220 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.14 |
| HSL | 278.87º | 0.5% | 0.72% | - |
| HSV(B) | 278.87º | 0.32% | 0.86% | - |
| XYZ | 46.17 | 38.26 | 72.66 | - |
| YUV | 170.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 220 | 0.11 | 0.32 | 0 | 0.14 | 278.87 | 0.5 | 0.72 |
| Hex | C3 | 95 | DC | B | 20 | 0 | E | 117 | 32 | 48 |
| Octal | 303 | 225 | 334 | 13 | 40 | 0 | 16 | 427 | 62 | 110 |
| Binary | 11000011 | 10010101 | 11011100 | 1011 | 100000 | 0 | 1110 | 100010111 | 110010 | 1001000 |
Color Harmonies of #C395DC
Complementary color
Monochromatic Colors of #C395DC
Black with #C395DC
Text Example
Text Example
White with #C395DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C395DC; }
p { color: rgb(195,149,220); }
H1.HeaderClassName
{
color: #C395DC;
}
.AnyTagClassName
{
color: #C395DC;
}
</style>
background-color css
<style>
a { background-color: #C395DC; }
a { background-color: rgb(195,149,220); }
div.DivClassName
{
background-color: #C395DC;
}
.BgClassName
{
background-color: #C395DC;
}
</style>
border-color css
<style>
span { border-color: #C395DC; }
span { border-color: rgb(195,149,220); }
td.TdClassName
{
border-color: #C395DC;
}
.TagClassName
{
border-color: #C395DC;
}
</style>