Shades of Wisteria #C298DB
Tints of Wisteria #C298DB
RGB
CMYK
RGB Variations
Color information
#C298DB (or 0xC298DB) is known color: Wisteria. HEX triplet: C2, 98 and DB. RGB value is (194,152,219). Sum of RGB (Red+Green+Blue) = 194+152+219=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C298DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298DB is #3D6724. Grayscale: #ABABAB. Windows color (decimal): -4024101 or 14391490. OLE color: 14391490.
HSL color Cylindrical-coordinate representation of color #C298DB: hue angle of 277.61º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C298DB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 152 | 219 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.14 |
| HSL | 277.61º | 0.48% | 0.73% | - |
| HSV(B) | 277.61º | 0.31% | 0.86% | - |
| XYZ | 46.26 | 39.04 | 72.12 | - |
| YUV | 172.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 219 | 0.11 | 0.31 | 0 | 0.14 | 277.61 | 0.48 | 0.73 |
| Hex | C2 | 98 | DB | B | 1F | 0 | E | 116 | 30 | 49 |
| Octal | 302 | 230 | 333 | 13 | 37 | 0 | 16 | 426 | 60 | 111 |
| Binary | 11000010 | 10011000 | 11011011 | 1011 | 11111 | 0 | 1110 | 100010110 | 110000 | 1001001 |
Color Harmonies of #C298DB
Complementary color
Monochromatic Colors of #C298DB
Black with #C298DB
Text Example
Text Example
White with #C298DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298DB; }
p { color: rgb(194,152,219); }
H1.HeaderClassName
{
color: #C298DB;
}
.AnyTagClassName
{
color: #C298DB;
}
</style>
background-color css
<style>
a { background-color: #C298DB; }
a { background-color: rgb(194,152,219); }
div.DivClassName
{
background-color: #C298DB;
}
.BgClassName
{
background-color: #C298DB;
}
</style>
border-color css
<style>
span { border-color: #C298DB; }
span { border-color: rgb(194,152,219); }
td.TdClassName
{
border-color: #C298DB;
}
.TagClassName
{
border-color: #C298DB;
}
</style>