Shades of Wisteria #C08EDC
Tints of Wisteria #C08EDC
RGB
CMYK
RGB Variations
Color information
#C08EDC (or 0xC08EDC) is known color: Wisteria. HEX triplet: C0, 8E and DC. RGB value is (192,142,220). Sum of RGB (Red+Green+Blue) = 192+142+220=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #C08EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EDC is #3F7123. Grayscale: #A5A5A5. Windows color (decimal): -4157732 or 14454464. OLE color: 14454464.
HSL color Cylindrical-coordinate representation of color #C08EDC: hue angle of 278.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08EDC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 142 | 220 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.14 |
| HSL | 278.46º | 0.53% | 0.71% | - |
| HSV(B) | 278.46º | 0.35% | 0.86% | - |
| XYZ | 44.33 | 35.72 | 72.27 | - |
| YUV | 165.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 220 | 0.13 | 0.35 | 0 | 0.14 | 278.46 | 0.53 | 0.71 |
| Hex | C0 | 8E | DC | D | 23 | 0 | E | 116 | 35 | 47 |
| Octal | 300 | 216 | 334 | 15 | 43 | 0 | 16 | 426 | 65 | 107 |
| Binary | 11000000 | 10001110 | 11011100 | 1101 | 100011 | 0 | 1110 | 100010110 | 110101 | 1000111 |
Color Harmonies of #C08EDC
Complementary color
Monochromatic Colors of #C08EDC
Black with #C08EDC
Text Example
Text Example
White with #C08EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EDC; }
p { color: rgb(192,142,220); }
H1.HeaderClassName
{
color: #C08EDC;
}
.AnyTagClassName
{
color: #C08EDC;
}
</style>
background-color css
<style>
a { background-color: #C08EDC; }
a { background-color: rgb(192,142,220); }
div.DivClassName
{
background-color: #C08EDC;
}
.BgClassName
{
background-color: #C08EDC;
}
</style>
border-color css
<style>
span { border-color: #C08EDC; }
span { border-color: rgb(192,142,220); }
td.TdClassName
{
border-color: #C08EDC;
}
.TagClassName
{
border-color: #C08EDC;
}
</style>