Shades of Wisteria #C08DE6
Tints of Wisteria #C08DE6
RGB
CMYK
RGB Variations
Color information
#C08DE6 (or 0xC08DE6) is known color: Wisteria. HEX triplet: C0, 8D and E6. RGB value is (192,141,230). Sum of RGB (Red+Green+Blue) = 192+141+230=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #C08DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DE6 is #3F7219. Grayscale: #A6A6A6. Windows color (decimal): -4157978 or 15109568. OLE color: 15109568.
HSL color Cylindrical-coordinate representation of color #C08DE6: hue angle of 274.38º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C08DE6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 141 | 230 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 274.38º | 0.64% | 0.73% | - |
| HSV(B) | 274.38º | 0.39% | 0.9% | - |
| XYZ | 45.55 | 35.97 | 79.41 | - |
| YUV | 166.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 230 | 0.17 | 0.39 | 0 | 0.10 | 274.38 | 0.64 | 0.73 |
| Hex | C0 | 8D | E6 | 11 | 27 | 0 | A | 112 | 40 | 49 |
| Octal | 300 | 215 | 346 | 21 | 47 | 0 | 12 | 422 | 100 | 111 |
| Binary | 11000000 | 10001101 | 11100110 | 10001 | 100111 | 0 | 1010 | 100010010 | 1000000 | 1001001 |
Color Harmonies of #C08DE6
Complementary color
Monochromatic Colors of #C08DE6
Black with #C08DE6
Text Example
Text Example
White with #C08DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DE6; }
p { color: rgb(192,141,230); }
H1.HeaderClassName
{
color: #C08DE6;
}
.AnyTagClassName
{
color: #C08DE6;
}
</style>
background-color css
<style>
a { background-color: #C08DE6; }
a { background-color: rgb(192,141,230); }
div.DivClassName
{
background-color: #C08DE6;
}
.BgClassName
{
background-color: #C08DE6;
}
</style>
border-color css
<style>
span { border-color: #C08DE6; }
span { border-color: rgb(192,141,230); }
td.TdClassName
{
border-color: #C08DE6;
}
.TagClassName
{
border-color: #C08DE6;
}
</style>