Shades of Wisteria #C898E9
Tints of Wisteria #C898E9
RGB
CMYK
RGB Variations
Color information
#C898E9 (or 0xC898E9) is known color: Wisteria. HEX triplet: C8, 98 and E9. RGB value is (200,152,233). Sum of RGB (Red+Green+Blue) = 200+152+233=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #C898E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898E9 is #376716. Grayscale: #AFAFAF. Windows color (decimal): -3630871 or 15309000. OLE color: 15309000.
HSL color Cylindrical-coordinate representation of color #C898E9: hue angle of 275.56º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C898E9 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 200 | 152 | 233 | - |
CMYK | 0.14 | 0.35 | 0 | 0.09 |
HSL | 275.56º | 0.65% | 0.75% | - |
HSV(B) | 275.56º | 0.35% | 0.91% | - |
XYZ | 49.76 | 40.62 | 82.31 | - |
YUV | 175.59 | 160.4 | 145.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 152 | 233 | 0.14 | 0.35 | 0 | 0.09 | 275.56 | 0.65 | 0.75 |
Hex | C8 | 98 | E9 | E | 23 | 0 | 9 | 114 | 41 | 4B |
Octal | 310 | 230 | 351 | 16 | 43 | 0 | 11 | 424 | 101 | 113 |
Binary | 11001000 | 10011000 | 11101001 | 1110 | 100011 | 0 | 1001 | 100010100 | 1000001 | 1001011 |
Color Harmonies of #C898E9
Complementary color
Monochromatic Colors of #C898E9
Black with #C898E9
Text Example
Text Example
White with #C898E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898E9; }
p { color: rgb(200,152,233); }
H1.HeaderClassName
{
color: #C898E9;
}
.AnyTagClassName
{
color: #C898E9;
}
</style>
background-color css
<style>
a { background-color: #C898E9; }
a { background-color: rgb(200,152,233); }
div.DivClassName
{
background-color: #C898E9;
}
.BgClassName
{
background-color: #C898E9;
}
</style>
border-color css
<style>
span { border-color: #C898E9; }
span { border-color: rgb(200,152,233); }
td.TdClassName
{
border-color: #C898E9;
}
.TagClassName
{
border-color: #C898E9;
}
</style>