Shades of Wisteria #C399DB
Tints of Wisteria #C399DB
RGB
CMYK
RGB Variations
Color information
#C399DB (or 0xC399DB) is known color: Wisteria. HEX triplet: C3, 99 and DB. RGB value is (195,153,219). Sum of RGB (Red+Green+Blue) = 195+153+219=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #C399DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DB is #3C6624. Grayscale: #ACACAC. Windows color (decimal): -3958309 or 14391747. OLE color: 14391747.
HSL color Cylindrical-coordinate representation of color #C399DB: hue angle of 278.18º degrees, saturation: 0.48, 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 #C399DB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 153 | 219 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.14 |
| HSL | 278.18º | 0.48% | 0.73% | - |
| HSV(B) | 278.18º | 0.3% | 0.86% | - |
| XYZ | 46.68 | 39.5 | 72.18 | - |
| YUV | 173.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 219 | 0.11 | 0.30 | 0 | 0.14 | 278.18 | 0.48 | 0.73 |
| Hex | C3 | 99 | DB | B | 1E | 0 | E | 116 | 30 | 49 |
| Octal | 303 | 231 | 333 | 13 | 36 | 0 | 16 | 426 | 60 | 111 |
| Binary | 11000011 | 10011001 | 11011011 | 1011 | 11110 | 0 | 1110 | 100010110 | 110000 | 1001001 |
Color Harmonies of #C399DB
Complementary color
Monochromatic Colors of #C399DB
Black with #C399DB
Text Example
Text Example
White with #C399DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399DB; }
p { color: rgb(195,153,219); }
H1.HeaderClassName
{
color: #C399DB;
}
.AnyTagClassName
{
color: #C399DB;
}
</style>
background-color css
<style>
a { background-color: #C399DB; }
a { background-color: rgb(195,153,219); }
div.DivClassName
{
background-color: #C399DB;
}
.BgClassName
{
background-color: #C399DB;
}
</style>
border-color css
<style>
span { border-color: #C399DB; }
span { border-color: rgb(195,153,219); }
td.TdClassName
{
border-color: #C399DB;
}
.TagClassName
{
border-color: #C399DB;
}
</style>