Shades of Wisteria #C798ED
Tints of Wisteria #C798ED
RGB
CMYK
RGB Variations
Color information
#C798ED (or 0xC798ED) is known color: Wisteria. HEX triplet: C7, 98 and ED. RGB value is (199,152,237). Sum of RGB (Red+Green+Blue) = 199+152+237=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #C798ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798ED is #386712. Grayscale: #AFAFAF. Windows color (decimal): -3696403 or 15571143. OLE color: 15571143.
HSL color Cylindrical-coordinate representation of color #C798ED: hue angle of 273.18º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C798ED is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 152 | 237 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.07 |
| HSL | 273.18º | 0.7% | 0.76% | - |
| HSV(B) | 273.18º | 0.36% | 0.93% | - |
| XYZ | 50.07 | 40.71 | 85.34 | - |
| YUV | 175.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 237 | 0.16 | 0.36 | 0 | 0.07 | 273.18 | 0.7 | 0.76 |
| Hex | C7 | 98 | ED | 10 | 24 | 0 | 7 | 111 | 46 | 4C |
| Octal | 307 | 230 | 355 | 20 | 44 | 0 | 7 | 421 | 106 | 114 |
| Binary | 11000111 | 10011000 | 11101101 | 10000 | 100100 | 0 | 111 | 100010001 | 1000110 | 1001100 |
Color Harmonies of #C798ED
Complementary color
Monochromatic Colors of #C798ED
Black with #C798ED
Text Example
Text Example
White with #C798ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798ED; }
p { color: rgb(199,152,237); }
H1.HeaderClassName
{
color: #C798ED;
}
.AnyTagClassName
{
color: #C798ED;
}
</style>
background-color css
<style>
a { background-color: #C798ED; }
a { background-color: rgb(199,152,237); }
div.DivClassName
{
background-color: #C798ED;
}
.BgClassName
{
background-color: #C798ED;
}
</style>
border-color css
<style>
span { border-color: #C798ED; }
span { border-color: rgb(199,152,237); }
td.TdClassName
{
border-color: #C798ED;
}
.TagClassName
{
border-color: #C798ED;
}
</style>