Shades of Wisteria #C898E1
Tints of Wisteria #C898E1
RGB
CMYK
RGB Variations
Color information
#C898E1 (or 0xC898E1) is known color: Wisteria. HEX triplet: C8, 98 and E1. RGB value is (200,152,225). Sum of RGB (Red+Green+Blue) = 200+152+225=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #C898E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898E1 is #37671E. Grayscale: #AEAEAE. Windows color (decimal): -3630879 or 14784712. OLE color: 14784712.
HSL color Cylindrical-coordinate representation of color #C898E1: hue angle of 279.45º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C898E1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 152 | 225 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.12 |
| HSL | 279.45º | 0.55% | 0.74% | - |
| HSV(B) | 279.45º | 0.32% | 0.88% | - |
| XYZ | 48.64 | 40.17 | 76.42 | - |
| YUV | 174.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 225 | 0.11 | 0.32 | 0 | 0.12 | 279.45 | 0.55 | 0.74 |
| Hex | C8 | 98 | E1 | B | 20 | 0 | C | 117 | 37 | 4A |
| Octal | 310 | 230 | 341 | 13 | 40 | 0 | 14 | 427 | 67 | 112 |
| Binary | 11001000 | 10011000 | 11100001 | 1011 | 100000 | 0 | 1100 | 100010111 | 110111 | 1001010 |
Color Harmonies of #C898E1
Complementary color
Monochromatic Colors of #C898E1
Black with #C898E1
Text Example
Text Example
White with #C898E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898E1; }
p { color: rgb(200,152,225); }
H1.HeaderClassName
{
color: #C898E1;
}
.AnyTagClassName
{
color: #C898E1;
}
</style>
background-color css
<style>
a { background-color: #C898E1; }
a { background-color: rgb(200,152,225); }
div.DivClassName
{
background-color: #C898E1;
}
.BgClassName
{
background-color: #C898E1;
}
</style>
border-color css
<style>
span { border-color: #C898E1; }
span { border-color: rgb(200,152,225); }
td.TdClassName
{
border-color: #C898E1;
}
.TagClassName
{
border-color: #C898E1;
}
</style>