Shades of Wisteria #C698EE
Tints of Wisteria #C698EE
RGB
CMYK
RGB Variations
Color information
#C698EE (or 0xC698EE) is known color: Wisteria. HEX triplet: C6, 98 and EE. RGB value is (198,152,238). Sum of RGB (Red+Green+Blue) = 198+152+238=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #C698EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EE is #396711. Grayscale: #AFAFAF. Windows color (decimal): -3761938 or 15636678. OLE color: 15636678.
HSL color Cylindrical-coordinate representation of color #C698EE: hue angle of 272.09º degrees, saturation: 0.72, 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 #C698EE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 152 | 238 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.07 |
| HSL | 272.09º | 0.72% | 0.76% | - |
| HSV(B) | 272.09º | 0.36% | 0.93% | - |
| XYZ | 49.95 | 40.64 | 86.1 | - |
| YUV | 175.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 238 | 0.17 | 0.36 | 0 | 0.07 | 272.09 | 0.72 | 0.76 |
| Hex | C6 | 98 | EE | 11 | 24 | 0 | 7 | 110 | 48 | 4C |
| Octal | 306 | 230 | 356 | 21 | 44 | 0 | 7 | 420 | 110 | 114 |
| Binary | 11000110 | 10011000 | 11101110 | 10001 | 100100 | 0 | 111 | 100010000 | 1001000 | 1001100 |
Color Harmonies of #C698EE
Complementary color
Monochromatic Colors of #C698EE
Black with #C698EE
Text Example
Text Example
White with #C698EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698EE; }
p { color: rgb(198,152,238); }
H1.HeaderClassName
{
color: #C698EE;
}
.AnyTagClassName
{
color: #C698EE;
}
</style>
background-color css
<style>
a { background-color: #C698EE; }
a { background-color: rgb(198,152,238); }
div.DivClassName
{
background-color: #C698EE;
}
.BgClassName
{
background-color: #C698EE;
}
</style>
border-color css
<style>
span { border-color: #C698EE; }
span { border-color: rgb(198,152,238); }
td.TdClassName
{
border-color: #C698EE;
}
.TagClassName
{
border-color: #C698EE;
}
</style>