Shades of Wisteria #C08ADD
Tints of Wisteria #C08ADD
RGB
CMYK
RGB Variations
Color information
#C08ADD (or 0xC08ADD) is known color: Wisteria. HEX triplet: C0, 8A and DD. RGB value is (192,138,221). Sum of RGB (Red+Green+Blue) = 192+138+221=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C08ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08ADD is #3F7522. Grayscale: #A3A3A3. Windows color (decimal): -4158755 or 14518976. OLE color: 14518976.
HSL color Cylindrical-coordinate representation of color #C08ADD: hue angle of 279.04º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C08ADD is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 138 | 221 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.13 |
| HSL | 279.04º | 0.55% | 0.7% | - |
| HSV(B) | 279.04º | 0.38% | 0.87% | - |
| XYZ | 43.88 | 34.6 | 72.77 | - |
| YUV | 163.61 | 160.39 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 221 | 0.13 | 0.38 | 0 | 0.13 | 279.04 | 0.55 | 0.7 |
| Hex | C0 | 8A | DD | D | 26 | 0 | D | 117 | 37 | 46 |
| Octal | 300 | 212 | 335 | 15 | 46 | 0 | 15 | 427 | 67 | 106 |
| Binary | 11000000 | 10001010 | 11011101 | 1101 | 100110 | 0 | 1101 | 100010111 | 110111 | 1000110 |
Color Harmonies of #C08ADD
Complementary color
Monochromatic Colors of #C08ADD
Black with #C08ADD
Text Example
Text Example
White with #C08ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08ADD; }
p { color: rgb(192,138,221); }
H1.HeaderClassName
{
color: #C08ADD;
}
.AnyTagClassName
{
color: #C08ADD;
}
</style>
background-color css
<style>
a { background-color: #C08ADD; }
a { background-color: rgb(192,138,221); }
div.DivClassName
{
background-color: #C08ADD;
}
.BgClassName
{
background-color: #C08ADD;
}
</style>
border-color css
<style>
span { border-color: #C08ADD; }
span { border-color: rgb(192,138,221); }
td.TdClassName
{
border-color: #C08ADD;
}
.TagClassName
{
border-color: #C08ADD;
}
</style>