Shades of Wisteria #C08EEE
Tints of Wisteria #C08EEE
RGB
CMYK
RGB Variations
Color information
#C08EEE (or 0xC08EEE) is known color: Wisteria. HEX triplet: C0, 8E and EE. RGB value is (192,142,238). Sum of RGB (Red+Green+Blue) = 192+142+238=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #C08EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EEE is #3F7111. Grayscale: #A7A7A7. Windows color (decimal): -4157714 or 15634112. OLE color: 15634112.
HSL color Cylindrical-coordinate representation of color #C08EEE: hue angle of 271.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08EEE is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 142 | 238 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 271.25º | 0.74% | 0.75% | - |
| HSV(B) | 271.25º | 0.4% | 0.93% | - |
| XYZ | 46.84 | 36.73 | 85.51 | - |
| YUV | 167.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 238 | 0.19 | 0.40 | 0 | 0.07 | 271.25 | 0.74 | 0.75 |
| Hex | C0 | 8E | EE | 13 | 28 | 0 | 7 | 10F | 4A | 4B |
| Octal | 300 | 216 | 356 | 23 | 50 | 0 | 7 | 417 | 112 | 113 |
| Binary | 11000000 | 10001110 | 11101110 | 10011 | 101000 | 0 | 111 | 100001111 | 1001010 | 1001011 |
Color Harmonies of #C08EEE
Complementary color
Monochromatic Colors of #C08EEE
Black with #C08EEE
Text Example
Text Example
White with #C08EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EEE; }
p { color: rgb(192,142,238); }
H1.HeaderClassName
{
color: #C08EEE;
}
.AnyTagClassName
{
color: #C08EEE;
}
</style>
background-color css
<style>
a { background-color: #C08EEE; }
a { background-color: rgb(192,142,238); }
div.DivClassName
{
background-color: #C08EEE;
}
.BgClassName
{
background-color: #C08EEE;
}
</style>
border-color css
<style>
span { border-color: #C08EEE; }
span { border-color: rgb(192,142,238); }
td.TdClassName
{
border-color: #C08EEE;
}
.TagClassName
{
border-color: #C08EEE;
}
</style>