Shades of Wisteria #C298D0
Tints of Wisteria #C298D0
RGB
CMYK
RGB Variations
Color information
#C298D0 (or 0xC298D0) is known color: Wisteria. HEX triplet: C2, 98 and D0. RGB value is (194,152,208). Sum of RGB (Red+Green+Blue) = 194+152+208=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C298D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C298D0 is #3D672F. Grayscale: #AAAAAA. Windows color (decimal): -4024112 or 13670594. OLE color: 13670594.
HSL color Cylindrical-coordinate representation of color #C298D0: hue angle of 285º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C298D0 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 152 | 208 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.18 |
| HSL | 285º | 0.37% | 0.71% | - |
| HSV(B) | 285º | 0.27% | 0.82% | - |
| XYZ | 44.86 | 38.48 | 64.74 | - |
| YUV | 170.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 208 | 0.07 | 0.27 | 0 | 0.18 | 285 | 0.37 | 0.71 |
| Hex | C2 | 98 | D0 | 7 | 1B | 0 | 12 | 11D | 25 | 47 |
| Octal | 302 | 230 | 320 | 7 | 33 | 0 | 22 | 435 | 45 | 107 |
| Binary | 11000010 | 10011000 | 11010000 | 111 | 11011 | 0 | 10010 | 100011101 | 100101 | 1000111 |
Color Harmonies of #C298D0
Complementary color
Monochromatic Colors of #C298D0
Black with #C298D0
Text Example
Text Example
White with #C298D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C298D0; }
p { color: rgb(194,152,208); }
H1.HeaderClassName
{
color: #C298D0;
}
.AnyTagClassName
{
color: #C298D0;
}
</style>
background-color css
<style>
a { background-color: #C298D0; }
a { background-color: rgb(194,152,208); }
div.DivClassName
{
background-color: #C298D0;
}
.BgClassName
{
background-color: #C298D0;
}
</style>
border-color css
<style>
span { border-color: #C298D0; }
span { border-color: rgb(194,152,208); }
td.TdClassName
{
border-color: #C298D0;
}
.TagClassName
{
border-color: #C298D0;
}
</style>