Shades of Wisteria #C08DED
Tints of Wisteria #C08DED
RGB
CMYK
RGB Variations
Color information
#C08DED (or 0xC08DED) is known color: Wisteria. HEX triplet: C0, 8D and ED. RGB value is (192,141,237). Sum of RGB (Red+Green+Blue) = 192+141+237=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #C08DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DED is #3F7212. Grayscale: #A6A6A6. Windows color (decimal): -4157971 or 15568320. OLE color: 15568320.
HSL color Cylindrical-coordinate representation of color #C08DED: hue angle of 271.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08DED is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 141 | 237 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.07 |
| HSL | 271.88º | 0.73% | 0.74% | - |
| HSV(B) | 271.88º | 0.41% | 0.93% | - |
| XYZ | 46.55 | 36.37 | 84.69 | - |
| YUV | 167.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 237 | 0.19 | 0.41 | 0 | 0.07 | 271.88 | 0.73 | 0.74 |
| Hex | C0 | 8D | ED | 13 | 29 | 0 | 7 | 110 | 49 | 4A |
| Octal | 300 | 215 | 355 | 23 | 51 | 0 | 7 | 420 | 111 | 112 |
| Binary | 11000000 | 10001101 | 11101101 | 10011 | 101001 | 0 | 111 | 100010000 | 1001001 | 1001010 |
Color Harmonies of #C08DED
Complementary color
Monochromatic Colors of #C08DED
Black with #C08DED
Text Example
Text Example
White with #C08DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DED; }
p { color: rgb(192,141,237); }
H1.HeaderClassName
{
color: #C08DED;
}
.AnyTagClassName
{
color: #C08DED;
}
</style>
background-color css
<style>
a { background-color: #C08DED; }
a { background-color: rgb(192,141,237); }
div.DivClassName
{
background-color: #C08DED;
}
.BgClassName
{
background-color: #C08DED;
}
</style>
border-color css
<style>
span { border-color: #C08DED; }
span { border-color: rgb(192,141,237); }
td.TdClassName
{
border-color: #C08DED;
}
.TagClassName
{
border-color: #C08DED;
}
</style>