Shades of Wisteria #C08ED0
Tints of Wisteria #C08ED0
RGB
CMYK
RGB Variations
Color information
#C08ED0 (or 0xC08ED0) is known color: Wisteria. HEX triplet: C0, 8E and D0. RGB value is (192,142,208). Sum of RGB (Red+Green+Blue) = 192+142+208=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #C08ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ED0 is #3F712F. Grayscale: #A4A4A4. Windows color (decimal): -4157744 or 13668032. OLE color: 13668032.
HSL color Cylindrical-coordinate representation of color #C08ED0: hue angle of 285.45º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C08ED0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 142 | 208 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.18 |
| HSL | 285.45º | 0.41% | 0.69% | - |
| HSV(B) | 285.45º | 0.32% | 0.82% | - |
| XYZ | 42.8 | 35.11 | 64.2 | - |
| YUV | 164.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 208 | 0.08 | 0.32 | 0 | 0.18 | 285.45 | 0.41 | 0.69 |
| Hex | C0 | 8E | D0 | 8 | 20 | 0 | 12 | 11D | 29 | 45 |
| Octal | 300 | 216 | 320 | 10 | 40 | 0 | 22 | 435 | 51 | 105 |
| Binary | 11000000 | 10001110 | 11010000 | 1000 | 100000 | 0 | 10010 | 100011101 | 101001 | 1000101 |
Color Harmonies of #C08ED0
Complementary color
Monochromatic Colors of #C08ED0
Black with #C08ED0
Text Example
Text Example
White with #C08ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ED0; }
p { color: rgb(192,142,208); }
H1.HeaderClassName
{
color: #C08ED0;
}
.AnyTagClassName
{
color: #C08ED0;
}
</style>
background-color css
<style>
a { background-color: #C08ED0; }
a { background-color: rgb(192,142,208); }
div.DivClassName
{
background-color: #C08ED0;
}
.BgClassName
{
background-color: #C08ED0;
}
</style>
border-color css
<style>
span { border-color: #C08ED0; }
span { border-color: rgb(192,142,208); }
td.TdClassName
{
border-color: #C08ED0;
}
.TagClassName
{
border-color: #C08ED0;
}
</style>