Shades of Wisteria #C08EE5
Tints of Wisteria #C08EE5
RGB
CMYK
RGB Variations
Color information
#C08EE5 (or 0xC08EE5) is known color: Wisteria. HEX triplet: C0, 8E and E5. RGB value is (192,142,229). Sum of RGB (Red+Green+Blue) = 192+142+229=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #C08EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EE5 is #3F711A. Grayscale: #A6A6A6. Windows color (decimal): -4157723 or 15044288. OLE color: 15044288.
HSL color Cylindrical-coordinate representation of color #C08EE5: hue angle of 274.48º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08EE5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 142 | 229 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.10 |
| HSL | 274.48º | 0.63% | 0.73% | - |
| HSV(B) | 274.48º | 0.38% | 0.9% | - |
| XYZ | 45.55 | 36.21 | 78.72 | - |
| YUV | 166.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 229 | 0.16 | 0.38 | 0 | 0.10 | 274.48 | 0.63 | 0.73 |
| Hex | C0 | 8E | E5 | 10 | 26 | 0 | A | 112 | 3F | 49 |
| Octal | 300 | 216 | 345 | 20 | 46 | 0 | 12 | 422 | 77 | 111 |
| Binary | 11000000 | 10001110 | 11100101 | 10000 | 100110 | 0 | 1010 | 100010010 | 111111 | 1001001 |
Color Harmonies of #C08EE5
Complementary color
Monochromatic Colors of #C08EE5
Black with #C08EE5
Text Example
Text Example
White with #C08EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EE5; }
p { color: rgb(192,142,229); }
H1.HeaderClassName
{
color: #C08EE5;
}
.AnyTagClassName
{
color: #C08EE5;
}
</style>
background-color css
<style>
a { background-color: #C08EE5; }
a { background-color: rgb(192,142,229); }
div.DivClassName
{
background-color: #C08EE5;
}
.BgClassName
{
background-color: #C08EE5;
}
</style>
border-color css
<style>
span { border-color: #C08EE5; }
span { border-color: rgb(192,142,229); }
td.TdClassName
{
border-color: #C08EE5;
}
.TagClassName
{
border-color: #C08EE5;
}
</style>