Shades of Wisteria #C399DC
Tints of Wisteria #C399DC
RGB
CMYK
RGB Variations
Color information
#C399DC (or 0xC399DC) is known color: Wisteria. HEX triplet: C3, 99 and DC. RGB value is (195,153,220). Sum of RGB (Red+Green+Blue) = 195+153+220=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #C399DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DC is #3C6623. Grayscale: #ACACAC. Windows color (decimal): -3958308 or 14457283. OLE color: 14457283.
HSL color Cylindrical-coordinate representation of color #C399DC: hue angle of 277.61º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C399DC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 153 | 220 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.14 |
| HSL | 277.61º | 0.49% | 0.73% | - |
| HSV(B) | 277.61º | 0.3% | 0.86% | - |
| XYZ | 46.82 | 39.55 | 72.88 | - |
| YUV | 173.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 220 | 0.11 | 0.30 | 0 | 0.14 | 277.61 | 0.49 | 0.73 |
| Hex | C3 | 99 | DC | B | 1E | 0 | E | 116 | 31 | 49 |
| Octal | 303 | 231 | 334 | 13 | 36 | 0 | 16 | 426 | 61 | 111 |
| Binary | 11000011 | 10011001 | 11011100 | 1011 | 11110 | 0 | 1110 | 100010110 | 110001 | 1001001 |
Color Harmonies of #C399DC
Complementary color
Monochromatic Colors of #C399DC
Black with #C399DC
Text Example
Text Example
White with #C399DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399DC; }
p { color: rgb(195,153,220); }
H1.HeaderClassName
{
color: #C399DC;
}
.AnyTagClassName
{
color: #C399DC;
}
</style>
background-color css
<style>
a { background-color: #C399DC; }
a { background-color: rgb(195,153,220); }
div.DivClassName
{
background-color: #C399DC;
}
.BgClassName
{
background-color: #C399DC;
}
</style>
border-color css
<style>
span { border-color: #C399DC; }
span { border-color: rgb(195,153,220); }
td.TdClassName
{
border-color: #C399DC;
}
.TagClassName
{
border-color: #C399DC;
}
</style>