Shades of Wisteria #C081ED
Tints of Wisteria #C081ED
RGB
CMYK
RGB Variations
Color information
#C081ED (or 0xC081ED) is known color: Wisteria. HEX triplet: C0, 81 and ED. RGB value is (192,129,237). Sum of RGB (Red+Green+Blue) = 192+129+237=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #C081ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081ED is #3F7E12. Grayscale: #9F9F9F. Windows color (decimal): -4161043 or 15565248. OLE color: 15565248.
HSL color Cylindrical-coordinate representation of color #C081ED: hue angle of 275º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C081ED is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 129 | 237 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 275º | 0.75% | 0.72% | - |
| HSV(B) | 275º | 0.46% | 0.93% | - |
| XYZ | 44.87 | 33.02 | 84.13 | - |
| YUV | 160.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 237 | 0.19 | 0.46 | 0 | 0.07 | 275 | 0.75 | 0.72 |
| Hex | C0 | 81 | ED | 13 | 2E | 0 | 7 | 113 | 4B | 48 |
| Octal | 300 | 201 | 355 | 23 | 56 | 0 | 7 | 423 | 113 | 110 |
| Binary | 11000000 | 10000001 | 11101101 | 10011 | 101110 | 0 | 111 | 100010011 | 1001011 | 1001000 |
Color Harmonies of #C081ED
Complementary color
Monochromatic Colors of #C081ED
Black with #C081ED
Text Example
Text Example
White with #C081ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081ED; }
p { color: rgb(192,129,237); }
H1.HeaderClassName
{
color: #C081ED;
}
.AnyTagClassName
{
color: #C081ED;
}
</style>
background-color css
<style>
a { background-color: #C081ED; }
a { background-color: rgb(192,129,237); }
div.DivClassName
{
background-color: #C081ED;
}
.BgClassName
{
background-color: #C081ED;
}
</style>
border-color css
<style>
span { border-color: #C081ED; }
span { border-color: rgb(192,129,237); }
td.TdClassName
{
border-color: #C081ED;
}
.TagClassName
{
border-color: #C081ED;
}
</style>