Shades of Wisteria #C898EA
Tints of Wisteria #C898EA
RGB
CMYK
RGB Variations
Color information
#C898EA (or 0xC898EA) is known color: Wisteria. HEX triplet: C8, 98 and EA. RGB value is (200,152,234). Sum of RGB (Red+Green+Blue) = 200+152+234=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #C898EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898EA is #376715. Grayscale: #AFAFAF. Windows color (decimal): -3630870 or 15374536. OLE color: 15374536.
HSL color Cylindrical-coordinate representation of color #C898EA: hue angle of 275.12º 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 #C898EA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 152 | 234 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.08 |
| HSL | 275.12º | 0.66% | 0.76% | - |
| HSV(B) | 275.12º | 0.35% | 0.92% | - |
| XYZ | 49.9 | 40.68 | 83.06 | - |
| YUV | 175.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 234 | 0.15 | 0.35 | 0 | 0.08 | 275.12 | 0.66 | 0.76 |
| Hex | C8 | 98 | EA | F | 23 | 0 | 8 | 113 | 42 | 4C |
| Octal | 310 | 230 | 352 | 17 | 43 | 0 | 10 | 423 | 102 | 114 |
| Binary | 11001000 | 10011000 | 11101010 | 1111 | 100011 | 0 | 1000 | 100010011 | 1000010 | 1001100 |
Color Harmonies of #C898EA
Complementary color
Monochromatic Colors of #C898EA
Black with #C898EA
Text Example
Text Example
White with #C898EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898EA; }
p { color: rgb(200,152,234); }
H1.HeaderClassName
{
color: #C898EA;
}
.AnyTagClassName
{
color: #C898EA;
}
</style>
background-color css
<style>
a { background-color: #C898EA; }
a { background-color: rgb(200,152,234); }
div.DivClassName
{
background-color: #C898EA;
}
.BgClassName
{
background-color: #C898EA;
}
</style>
border-color css
<style>
span { border-color: #C898EA; }
span { border-color: rgb(200,152,234); }
td.TdClassName
{
border-color: #C898EA;
}
.TagClassName
{
border-color: #C898EA;
}
</style>