Shades of Wisteria #C08DE5
Tints of Wisteria #C08DE5
RGB
CMYK
RGB Variations
Color information
#C08DE5 (or 0xC08DE5) is known color: Wisteria. HEX triplet: C0, 8D and E5. RGB value is (192,141,229). Sum of RGB (Red+Green+Blue) = 192+141+229=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #C08DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DE5 is #3F721A. Grayscale: #A5A5A5. Windows color (decimal): -4157979 or 15044032. OLE color: 15044032.
HSL color Cylindrical-coordinate representation of color #C08DE5: hue angle of 274.77º 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 #C08DE5 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 141 | 229 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.10 |
| HSL | 274.77º | 0.63% | 0.73% | - |
| HSV(B) | 274.77º | 0.38% | 0.9% | - |
| XYZ | 45.41 | 35.91 | 78.67 | - |
| YUV | 166.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 229 | 0.16 | 0.38 | 0 | 0.10 | 274.77 | 0.63 | 0.73 |
| Hex | C0 | 8D | E5 | 10 | 26 | 0 | A | 113 | 3F | 49 |
| Octal | 300 | 215 | 345 | 20 | 46 | 0 | 12 | 423 | 77 | 111 |
| Binary | 11000000 | 10001101 | 11100101 | 10000 | 100110 | 0 | 1010 | 100010011 | 111111 | 1001001 |
Color Harmonies of #C08DE5
Complementary color
Monochromatic Colors of #C08DE5
Black with #C08DE5
Text Example
Text Example
White with #C08DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DE5; }
p { color: rgb(192,141,229); }
H1.HeaderClassName
{
color: #C08DE5;
}
.AnyTagClassName
{
color: #C08DE5;
}
</style>
background-color css
<style>
a { background-color: #C08DE5; }
a { background-color: rgb(192,141,229); }
div.DivClassName
{
background-color: #C08DE5;
}
.BgClassName
{
background-color: #C08DE5;
}
</style>
border-color css
<style>
span { border-color: #C08DE5; }
span { border-color: rgb(192,141,229); }
td.TdClassName
{
border-color: #C08DE5;
}
.TagClassName
{
border-color: #C08DE5;
}
</style>