Shades of Wisteria #C089EE
Tints of Wisteria #C089EE
RGB
CMYK
RGB Variations
Color information
#C089EE (or 0xC089EE) is known color: Wisteria. HEX triplet: C0, 89 and EE. RGB value is (192,137,238). Sum of RGB (Red+Green+Blue) = 192+137+238=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #C089EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089EE is #3F7611. Grayscale: #A4A4A4. Windows color (decimal): -4158994 or 15632832. OLE color: 15632832.
HSL color Cylindrical-coordinate representation of color #C089EE: hue angle of 272.67º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C089EE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 137 | 238 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.07 |
| HSL | 272.67º | 0.75% | 0.74% | - |
| HSV(B) | 272.67º | 0.42% | 0.93% | - |
| XYZ | 46.12 | 35.27 | 85.27 | - |
| YUV | 164.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 238 | 0.19 | 0.42 | 0 | 0.07 | 272.67 | 0.75 | 0.74 |
| Hex | C0 | 89 | EE | 13 | 2A | 0 | 7 | 111 | 4B | 4A |
| Octal | 300 | 211 | 356 | 23 | 52 | 0 | 7 | 421 | 113 | 112 |
| Binary | 11000000 | 10001001 | 11101110 | 10011 | 101010 | 0 | 111 | 100010001 | 1001011 | 1001010 |
Color Harmonies of #C089EE
Complementary color
Monochromatic Colors of #C089EE
Black with #C089EE
Text Example
Text Example
White with #C089EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089EE; }
p { color: rgb(192,137,238); }
H1.HeaderClassName
{
color: #C089EE;
}
.AnyTagClassName
{
color: #C089EE;
}
</style>
background-color css
<style>
a { background-color: #C089EE; }
a { background-color: rgb(192,137,238); }
div.DivClassName
{
background-color: #C089EE;
}
.BgClassName
{
background-color: #C089EE;
}
</style>
border-color css
<style>
span { border-color: #C089EE; }
span { border-color: rgb(192,137,238); }
td.TdClassName
{
border-color: #C089EE;
}
.TagClassName
{
border-color: #C089EE;
}
</style>