Shades of Wisteria #C08DEC
Tints of Wisteria #C08DEC
RGB
CMYK
RGB Variations
Color information
#C08DEC (or 0xC08DEC) is known color: Wisteria. HEX triplet: C0, 8D and EC. RGB value is (192,141,236). Sum of RGB (Red+Green+Blue) = 192+141+236=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #C08DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DEC is #3F7213. Grayscale: #A6A6A6. Windows color (decimal): -4157972 or 15502784. OLE color: 15502784.
HSL color Cylindrical-coordinate representation of color #C08DEC: hue angle of 272.21º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08DEC is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 141 | 236 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 272.21º | 0.71% | 0.74% | - |
| HSV(B) | 272.21º | 0.4% | 0.93% | - |
| XYZ | 46.4 | 36.31 | 83.92 | - |
| YUV | 167.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 236 | 0.19 | 0.40 | 0 | 0.07 | 272.21 | 0.71 | 0.74 |
| Hex | C0 | 8D | EC | 13 | 28 | 0 | 7 | 110 | 47 | 4A |
| Octal | 300 | 215 | 354 | 23 | 50 | 0 | 7 | 420 | 107 | 112 |
| Binary | 11000000 | 10001101 | 11101100 | 10011 | 101000 | 0 | 111 | 100010000 | 1000111 | 1001010 |
Color Harmonies of #C08DEC
Complementary color
Monochromatic Colors of #C08DEC
Black with #C08DEC
Text Example
Text Example
White with #C08DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DEC; }
p { color: rgb(192,141,236); }
H1.HeaderClassName
{
color: #C08DEC;
}
.AnyTagClassName
{
color: #C08DEC;
}
</style>
background-color css
<style>
a { background-color: #C08DEC; }
a { background-color: rgb(192,141,236); }
div.DivClassName
{
background-color: #C08DEC;
}
.BgClassName
{
background-color: #C08DEC;
}
</style>
border-color css
<style>
span { border-color: #C08DEC; }
span { border-color: rgb(192,141,236); }
td.TdClassName
{
border-color: #C08DEC;
}
.TagClassName
{
border-color: #C08DEC;
}
</style>