Shades of Wisteria #C892EF
Tints of Wisteria #C892EF
RGB
CMYK
RGB Variations
Color information
#C892EF (or 0xC892EF) is known color: Wisteria. HEX triplet: C8, 92 and EF. RGB value is (200,146,239). Sum of RGB (Red+Green+Blue) = 200+146+239=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #C892EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892EF is #376D10. Grayscale: #ACACAC. Windows color (decimal): -3632401 or 15700680. OLE color: 15700680.
HSL color Cylindrical-coordinate representation of color #C892EF: hue angle of 274.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C892EF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 146 | 239 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.06 |
| HSL | 274.84º | 0.74% | 0.75% | - |
| HSV(B) | 274.84º | 0.39% | 0.94% | - |
| XYZ | 49.68 | 39.07 | 86.58 | - |
| YUV | 172.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 239 | 0.16 | 0.39 | 0 | 0.06 | 274.84 | 0.74 | 0.75 |
| Hex | C8 | 92 | EF | 10 | 27 | 0 | 6 | 113 | 4A | 4B |
| Octal | 310 | 222 | 357 | 20 | 47 | 0 | 6 | 423 | 112 | 113 |
| Binary | 11001000 | 10010010 | 11101111 | 10000 | 100111 | 0 | 110 | 100010011 | 1001010 | 1001011 |
Color Harmonies of #C892EF
Complementary color
Monochromatic Colors of #C892EF
Black with #C892EF
Text Example
Text Example
White with #C892EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892EF; }
p { color: rgb(200,146,239); }
H1.HeaderClassName
{
color: #C892EF;
}
.AnyTagClassName
{
color: #C892EF;
}
</style>
background-color css
<style>
a { background-color: #C892EF; }
a { background-color: rgb(200,146,239); }
div.DivClassName
{
background-color: #C892EF;
}
.BgClassName
{
background-color: #C892EF;
}
</style>
border-color css
<style>
span { border-color: #C892EF; }
span { border-color: rgb(200,146,239); }
td.TdClassName
{
border-color: #C892EF;
}
.TagClassName
{
border-color: #C892EF;
}
</style>