Shades of Wisteria #C698EA
Tints of Wisteria #C698EA
RGB
CMYK
RGB Variations
Color information
#C698EA (or 0xC698EA) is known color: Wisteria. HEX triplet: C6, 98 and EA. RGB value is (198,152,234). Sum of RGB (Red+Green+Blue) = 198+152+234=584 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.90% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C698EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698EA is #396715. Grayscale: #AEAEAE. Windows color (decimal): -3761942 or 15374534. OLE color: 15374534.
HSL color Cylindrical-coordinate representation of color #C698EA: hue angle of 273.66º degrees, saturation: 0.66, 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 #C698EA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 152 | 234 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.08 |
| HSL | 273.66º | 0.66% | 0.76% | - |
| HSV(B) | 273.66º | 0.35% | 0.92% | - |
| XYZ | 49.37 | 40.4 | 83.04 | - |
| YUV | 175.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 234 | 0.15 | 0.35 | 0 | 0.08 | 273.66 | 0.66 | 0.76 |
| Hex | C6 | 98 | EA | F | 23 | 0 | 8 | 112 | 42 | 4C |
| Octal | 306 | 230 | 352 | 17 | 43 | 0 | 10 | 422 | 102 | 114 |
| Binary | 11000110 | 10011000 | 11101010 | 1111 | 100011 | 0 | 1000 | 100010010 | 1000010 | 1001100 |
Color Harmonies of #C698EA
Complementary color
Monochromatic Colors of #C698EA
Black with #C698EA
Text Example
Text Example
White with #C698EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698EA; }
p { color: rgb(198,152,234); }
H1.HeaderClassName
{
color: #C698EA;
}
.AnyTagClassName
{
color: #C698EA;
}
</style>
background-color css
<style>
a { background-color: #C698EA; }
a { background-color: rgb(198,152,234); }
div.DivClassName
{
background-color: #C698EA;
}
.BgClassName
{
background-color: #C698EA;
}
</style>
border-color css
<style>
span { border-color: #C698EA; }
span { border-color: rgb(198,152,234); }
td.TdClassName
{
border-color: #C698EA;
}
.TagClassName
{
border-color: #C698EA;
}
</style>