Shades of Wisteria #C898EE
Tints of Wisteria #C898EE
RGB
CMYK
RGB Variations
Color information
#C898EE (or 0xC898EE) is known color: Wisteria. HEX triplet: C8, 98 and EE. RGB value is (200,152,238). Sum of RGB (Red+Green+Blue) = 200+152+238=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 152 (59.77% from 255 or 25.76% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #C898EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898EE is #376711. Grayscale: #AFAFAF. Windows color (decimal): -3630866 or 15636680. OLE color: 15636680.
HSL color Cylindrical-coordinate representation of color #C898EE: hue angle of 273.49º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C898EE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 152 | 238 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.07 |
| HSL | 273.49º | 0.72% | 0.76% | - |
| HSV(B) | 273.49º | 0.36% | 0.93% | - |
| XYZ | 50.48 | 40.91 | 86.12 | - |
| YUV | 176.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 238 | 0.16 | 0.36 | 0 | 0.07 | 273.49 | 0.72 | 0.76 |
| Hex | C8 | 98 | EE | 10 | 24 | 0 | 7 | 111 | 48 | 4C |
| Octal | 310 | 230 | 356 | 20 | 44 | 0 | 7 | 421 | 110 | 114 |
| Binary | 11001000 | 10011000 | 11101110 | 10000 | 100100 | 0 | 111 | 100010001 | 1001000 | 1001100 |
Color Harmonies of #C898EE
Complementary color
Monochromatic Colors of #C898EE
Black with #C898EE
Text Example
Text Example
White with #C898EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C898EE; }
p { color: rgb(200,152,238); }
H1.HeaderClassName
{
color: #C898EE;
}
.AnyTagClassName
{
color: #C898EE;
}
</style>
background-color css
<style>
a { background-color: #C898EE; }
a { background-color: rgb(200,152,238); }
div.DivClassName
{
background-color: #C898EE;
}
.BgClassName
{
background-color: #C898EE;
}
</style>
border-color css
<style>
span { border-color: #C898EE; }
span { border-color: rgb(200,152,238); }
td.TdClassName
{
border-color: #C898EE;
}
.TagClassName
{
border-color: #C898EE;
}
</style>