Shades of Wisteria #C892EE
Tints of Wisteria #C892EE
RGB
CMYK
RGB Variations
Color information
#C892EE (or 0xC892EE) is known color: Wisteria. HEX triplet: C8, 92 and EE. RGB value is (200,146,238). Sum of RGB (Red+Green+Blue) = 200+146+238=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #C892EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892EE is #376D11. Grayscale: #ACACAC. Windows color (decimal): -3632402 or 15635144. OLE color: 15635144.
HSL color Cylindrical-coordinate representation of color #C892EE: hue angle of 275.22º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C892EE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 146 | 238 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.07 |
| HSL | 275.22º | 0.73% | 0.75% | - |
| HSV(B) | 275.22º | 0.39% | 0.93% | - |
| XYZ | 49.53 | 39.01 | 85.81 | - |
| YUV | 172.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 238 | 0.16 | 0.39 | 0 | 0.07 | 275.22 | 0.73 | 0.75 |
| Hex | C8 | 92 | EE | 10 | 27 | 0 | 7 | 113 | 49 | 4B |
| Octal | 310 | 222 | 356 | 20 | 47 | 0 | 7 | 423 | 111 | 113 |
| Binary | 11001000 | 10010010 | 11101110 | 10000 | 100111 | 0 | 111 | 100010011 | 1001001 | 1001011 |
Color Harmonies of #C892EE
Complementary color
Monochromatic Colors of #C892EE
Black with #C892EE
Text Example
Text Example
White with #C892EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892EE; }
p { color: rgb(200,146,238); }
H1.HeaderClassName
{
color: #C892EE;
}
.AnyTagClassName
{
color: #C892EE;
}
</style>
background-color css
<style>
a { background-color: #C892EE; }
a { background-color: rgb(200,146,238); }
div.DivClassName
{
background-color: #C892EE;
}
.BgClassName
{
background-color: #C892EE;
}
</style>
border-color css
<style>
span { border-color: #C892EE; }
span { border-color: rgb(200,146,238); }
td.TdClassName
{
border-color: #C892EE;
}
.TagClassName
{
border-color: #C892EE;
}
</style>