Shades of Wisteria #C798FB
Tints of Wisteria #C798FB
RGB
CMYK
RGB Variations
Color information
#C798FB (or 0xC798FB) is known color: Wisteria. HEX triplet: C7, 98 and FB. RGB value is (199,152,251). Sum of RGB (Red+Green+Blue) = 199+152+251=602 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.06% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C798FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798FB is #386704. Grayscale: #B0B0B0. Windows color (decimal): -3696389 or 16488647. OLE color: 16488647.
HSL color Cylindrical-coordinate representation of color #C798FB: hue angle of 268.48º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C798FB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 152 | 251 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.02 |
| HSL | 268.48º | 0.93% | 0.79% | - |
| HSV(B) | 268.48º | 0.39% | 0.98% | - |
| XYZ | 52.19 | 41.56 | 96.54 | - |
| YUV | 177.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 251 | 0.21 | 0.39 | 0 | 0.02 | 268.48 | 0.93 | 0.79 |
| Hex | C7 | 98 | FB | 15 | 27 | 0 | 2 | 10C | 5D | 4F |
| Octal | 307 | 230 | 373 | 25 | 47 | 0 | 2 | 414 | 135 | 117 |
| Binary | 11000111 | 10011000 | 11111011 | 10101 | 100111 | 0 | 10 | 100001100 | 1011101 | 1001111 |
Color Harmonies of #C798FB
Complementary color
Monochromatic Colors of #C798FB
Black with #C798FB
Text Example
Text Example
White with #C798FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798FB; }
p { color: rgb(199,152,251); }
H1.HeaderClassName
{
color: #C798FB;
}
.AnyTagClassName
{
color: #C798FB;
}
</style>
background-color css
<style>
a { background-color: #C798FB; }
a { background-color: rgb(199,152,251); }
div.DivClassName
{
background-color: #C798FB;
}
.BgClassName
{
background-color: #C798FB;
}
</style>
border-color css
<style>
span { border-color: #C798FB; }
span { border-color: rgb(199,152,251); }
td.TdClassName
{
border-color: #C798FB;
}
.TagClassName
{
border-color: #C798FB;
}
</style>