Shades of Wisteria #C892ED
Tints of Wisteria #C892ED
RGB
CMYK
RGB Variations
Color information
#C892ED (or 0xC892ED) is known color: Wisteria. HEX triplet: C8, 92 and ED. RGB value is (200,146,237). Sum of RGB (Red+Green+Blue) = 200+146+237=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C892ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892ED is #376D12. Grayscale: #ACACAC. Windows color (decimal): -3632403 or 15569608. OLE color: 15569608.
HSL color Cylindrical-coordinate representation of color #C892ED: hue angle of 275.6º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C892ED is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 146 | 237 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.07 |
| HSL | 275.6º | 0.72% | 0.75% | - |
| HSV(B) | 275.6º | 0.38% | 0.93% | - |
| XYZ | 49.38 | 38.95 | 85.04 | - |
| YUV | 172.52 | 164.39 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 237 | 0.16 | 0.38 | 0 | 0.07 | 275.6 | 0.72 | 0.75 |
| Hex | C8 | 92 | ED | 10 | 26 | 0 | 7 | 114 | 48 | 4B |
| Octal | 310 | 222 | 355 | 20 | 46 | 0 | 7 | 424 | 110 | 113 |
| Binary | 11001000 | 10010010 | 11101101 | 10000 | 100110 | 0 | 111 | 100010100 | 1001000 | 1001011 |
Color Harmonies of #C892ED
Complementary color
Monochromatic Colors of #C892ED
Black with #C892ED
Text Example
Text Example
White with #C892ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892ED; }
p { color: rgb(200,146,237); }
H1.HeaderClassName
{
color: #C892ED;
}
.AnyTagClassName
{
color: #C892ED;
}
</style>
background-color css
<style>
a { background-color: #C892ED; }
a { background-color: rgb(200,146,237); }
div.DivClassName
{
background-color: #C892ED;
}
.BgClassName
{
background-color: #C892ED;
}
</style>
border-color css
<style>
span { border-color: #C892ED; }
span { border-color: rgb(200,146,237); }
td.TdClassName
{
border-color: #C892ED;
}
.TagClassName
{
border-color: #C892ED;
}
</style>