Shades of Wisteria #C299DB
Tints of Wisteria #C299DB
RGB
CMYK
RGB Variations
Color information
#C299DB (or 0xC299DB) is known color: Wisteria. HEX triplet: C2, 99 and DB. RGB value is (194,153,219). Sum of RGB (Red+Green+Blue) = 194+153+219=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #C299DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C299DB is #3D6624. Grayscale: #ACACAC. Windows color (decimal): -4023845 or 14391746. OLE color: 14391746.
HSL color Cylindrical-coordinate representation of color #C299DB: hue angle of 277.27º 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 #C299DB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 153 | 219 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.14 |
| HSL | 277.27º | 0.48% | 0.73% | - |
| HSV(B) | 277.27º | 0.3% | 0.86% | - |
| XYZ | 46.43 | 39.37 | 72.17 | - |
| YUV | 172.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 219 | 0.11 | 0.30 | 0 | 0.14 | 277.27 | 0.48 | 0.73 |
| Hex | C2 | 99 | DB | B | 1E | 0 | E | 115 | 30 | 49 |
| Octal | 302 | 231 | 333 | 13 | 36 | 0 | 16 | 425 | 60 | 111 |
| Binary | 11000010 | 10011001 | 11011011 | 1011 | 11110 | 0 | 1110 | 100010101 | 110000 | 1001001 |
Color Harmonies of #C299DB
Complementary color
Monochromatic Colors of #C299DB
Black with #C299DB
Text Example
Text Example
White with #C299DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C299DB; }
p { color: rgb(194,153,219); }
H1.HeaderClassName
{
color: #C299DB;
}
.AnyTagClassName
{
color: #C299DB;
}
</style>
background-color css
<style>
a { background-color: #C299DB; }
a { background-color: rgb(194,153,219); }
div.DivClassName
{
background-color: #C299DB;
}
.BgClassName
{
background-color: #C299DB;
}
</style>
border-color css
<style>
span { border-color: #C299DB; }
span { border-color: rgb(194,153,219); }
td.TdClassName
{
border-color: #C299DB;
}
.TagClassName
{
border-color: #C299DB;
}
</style>