Shades of Wisteria #C698E4
Tints of Wisteria #C698E4
RGB
CMYK
RGB Variations
Color information
#C698E4 (or 0xC698E4) is known color: Wisteria. HEX triplet: C6, 98 and E4. RGB value is (198,152,228). Sum of RGB (Red+Green+Blue) = 198+152+228=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #C698E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698E4 is #39671B. Grayscale: #AEAEAE. Windows color (decimal): -3761948 or 14981318. OLE color: 14981318.
HSL color Cylindrical-coordinate representation of color #C698E4: hue angle of 276.32º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C698E4 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 152 | 228 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.11 |
| HSL | 276.32º | 0.58% | 0.75% | - |
| HSV(B) | 276.32º | 0.33% | 0.89% | - |
| XYZ | 48.52 | 40.06 | 78.57 | - |
| YUV | 174.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 228 | 0.13 | 0.33 | 0 | 0.11 | 276.32 | 0.58 | 0.75 |
| Hex | C6 | 98 | E4 | D | 21 | 0 | B | 114 | 3A | 4B |
| Octal | 306 | 230 | 344 | 15 | 41 | 0 | 13 | 424 | 72 | 113 |
| Binary | 11000110 | 10011000 | 11100100 | 1101 | 100001 | 0 | 1011 | 100010100 | 111010 | 1001011 |
Color Harmonies of #C698E4
Complementary color
Monochromatic Colors of #C698E4
Black with #C698E4
Text Example
Text Example
White with #C698E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698E4; }
p { color: rgb(198,152,228); }
H1.HeaderClassName
{
color: #C698E4;
}
.AnyTagClassName
{
color: #C698E4;
}
</style>
background-color css
<style>
a { background-color: #C698E4; }
a { background-color: rgb(198,152,228); }
div.DivClassName
{
background-color: #C698E4;
}
.BgClassName
{
background-color: #C698E4;
}
</style>
border-color css
<style>
span { border-color: #C698E4; }
span { border-color: rgb(198,152,228); }
td.TdClassName
{
border-color: #C698E4;
}
.TagClassName
{
border-color: #C698E4;
}
</style>