Shades of Wisteria #C698EB
Tints of Wisteria #C698EB
RGB
CMYK
RGB Variations
Color information
#C698EB (or 0xC698EB) is known color: Wisteria. HEX triplet: C6, 98 and EB. RGB value is (198,152,235). Sum of RGB (Red+Green+Blue) = 198+152+235=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C698EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EB is #396714. Grayscale: #AEAEAE. Windows color (decimal): -3761941 or 15440070. OLE color: 15440070.
HSL color Cylindrical-coordinate representation of color #C698EB: hue angle of 273.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C698EB is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 152 | 235 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.08 |
| HSL | 273.25º | 0.67% | 0.76% | - |
| HSV(B) | 273.25º | 0.35% | 0.92% | - |
| XYZ | 49.51 | 40.46 | 83.8 | - |
| YUV | 175.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 235 | 0.16 | 0.35 | 0 | 0.08 | 273.25 | 0.67 | 0.76 |
| Hex | C6 | 98 | EB | 10 | 23 | 0 | 8 | 111 | 43 | 4C |
| Octal | 306 | 230 | 353 | 20 | 43 | 0 | 10 | 421 | 103 | 114 |
| Binary | 11000110 | 10011000 | 11101011 | 10000 | 100011 | 0 | 1000 | 100010001 | 1000011 | 1001100 |
Color Harmonies of #C698EB
Complementary color
Monochromatic Colors of #C698EB
Black with #C698EB
Text Example
Text Example
White with #C698EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698EB; }
p { color: rgb(198,152,235); }
H1.HeaderClassName
{
color: #C698EB;
}
.AnyTagClassName
{
color: #C698EB;
}
</style>
background-color css
<style>
a { background-color: #C698EB; }
a { background-color: rgb(198,152,235); }
div.DivClassName
{
background-color: #C698EB;
}
.BgClassName
{
background-color: #C698EB;
}
</style>
border-color css
<style>
span { border-color: #C698EB; }
span { border-color: rgb(198,152,235); }
td.TdClassName
{
border-color: #C698EB;
}
.TagClassName
{
border-color: #C698EB;
}
</style>