Shades of Wisteria #C08DE2
Tints of Wisteria #C08DE2
RGB
CMYK
RGB Variations
Color information
#C08DE2 (or 0xC08DE2) is known color: Wisteria. HEX triplet: C0, 8D and E2. RGB value is (192,141,226). Sum of RGB (Red+Green+Blue) = 192+141+226=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #C08DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DE2 is #3F721D. Grayscale: #A5A5A5. Windows color (decimal): -4157982 or 14847424. OLE color: 14847424.
HSL color Cylindrical-coordinate representation of color #C08DE2: hue angle of 276º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08DE2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 141 | 226 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.11 |
| HSL | 276º | 0.59% | 0.72% | - |
| HSV(B) | 276º | 0.38% | 0.89% | - |
| XYZ | 44.99 | 35.75 | 76.48 | - |
| YUV | 165.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 226 | 0.15 | 0.38 | 0 | 0.11 | 276 | 0.59 | 0.72 |
| Hex | C0 | 8D | E2 | F | 26 | 0 | B | 114 | 3B | 48 |
| Octal | 300 | 215 | 342 | 17 | 46 | 0 | 13 | 424 | 73 | 110 |
| Binary | 11000000 | 10001101 | 11100010 | 1111 | 100110 | 0 | 1011 | 100010100 | 111011 | 1001000 |
Color Harmonies of #C08DE2
Complementary color
Monochromatic Colors of #C08DE2
Black with #C08DE2
Text Example
Text Example
White with #C08DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DE2; }
p { color: rgb(192,141,226); }
H1.HeaderClassName
{
color: #C08DE2;
}
.AnyTagClassName
{
color: #C08DE2;
}
</style>
background-color css
<style>
a { background-color: #C08DE2; }
a { background-color: rgb(192,141,226); }
div.DivClassName
{
background-color: #C08DE2;
}
.BgClassName
{
background-color: #C08DE2;
}
</style>
border-color css
<style>
span { border-color: #C08DE2; }
span { border-color: rgb(192,141,226); }
td.TdClassName
{
border-color: #C08DE2;
}
.TagClassName
{
border-color: #C08DE2;
}
</style>