Shades of Wisteria #C898E4
Tints of Wisteria #C898E4
RGB
CMYK
RGB Variations
Color information
#C898E4 (or 0xC898E4) is known color: Wisteria. HEX triplet: C8, 98 and E4. RGB value is (200,152,228). Sum of RGB (Red+Green+Blue) = 200+152+228=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #C898E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898E4 is #37671B. Grayscale: #AEAEAE. Windows color (decimal): -3630876 or 14981320. OLE color: 14981320.
HSL color Cylindrical-coordinate representation of color #C898E4: hue angle of 277.89º 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 #C898E4 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 152 | 228 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.11 |
| HSL | 277.89º | 0.58% | 0.75% | - |
| HSV(B) | 277.89º | 0.33% | 0.89% | - |
| XYZ | 49.05 | 40.34 | 78.6 | - |
| YUV | 175.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 228 | 0.12 | 0.33 | 0 | 0.11 | 277.89 | 0.58 | 0.75 |
| Hex | C8 | 98 | E4 | C | 21 | 0 | B | 116 | 3A | 4B |
| Octal | 310 | 230 | 344 | 14 | 41 | 0 | 13 | 426 | 72 | 113 |
| Binary | 11001000 | 10011000 | 11100100 | 1100 | 100001 | 0 | 1011 | 100010110 | 111010 | 1001011 |
Color Harmonies of #C898E4
Complementary color
Monochromatic Colors of #C898E4
Black with #C898E4
Text Example
Text Example
White with #C898E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898E4; }
p { color: rgb(200,152,228); }
H1.HeaderClassName
{
color: #C898E4;
}
.AnyTagClassName
{
color: #C898E4;
}
</style>
background-color css
<style>
a { background-color: #C898E4; }
a { background-color: rgb(200,152,228); }
div.DivClassName
{
background-color: #C898E4;
}
.BgClassName
{
background-color: #C898E4;
}
</style>
border-color css
<style>
span { border-color: #C898E4; }
span { border-color: rgb(200,152,228); }
td.TdClassName
{
border-color: #C898E4;
}
.TagClassName
{
border-color: #C898E4;
}
</style>