Shades of Wisteria #C081EF
Tints of Wisteria #C081EF
RGB
CMYK
RGB Variations
Color information
#C081EF (or 0xC081EF) is known color: Wisteria. HEX triplet: C0, 81 and EF. RGB value is (192,129,239). Sum of RGB (Red+Green+Blue) = 192+129+239=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #C081EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081EF is #3F7E10. Grayscale: #9F9F9F. Windows color (decimal): -4161041 or 15696320. OLE color: 15696320.
HSL color Cylindrical-coordinate representation of color #C081EF: hue angle of 274.36º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C081EF is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 129 | 239 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.06 |
| HSL | 274.36º | 0.77% | 0.72% | - |
| HSV(B) | 274.36º | 0.46% | 0.94% | - |
| XYZ | 45.17 | 33.14 | 85.68 | - |
| YUV | 160.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 239 | 0.20 | 0.46 | 0 | 0.06 | 274.36 | 0.77 | 0.72 |
| Hex | C0 | 81 | EF | 14 | 2E | 0 | 6 | 112 | 4D | 48 |
| Octal | 300 | 201 | 357 | 24 | 56 | 0 | 6 | 422 | 115 | 110 |
| Binary | 11000000 | 10000001 | 11101111 | 10100 | 101110 | 0 | 110 | 100010010 | 1001101 | 1001000 |
Color Harmonies of #C081EF
Complementary color
Monochromatic Colors of #C081EF
Black with #C081EF
Text Example
Text Example
White with #C081EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081EF; }
p { color: rgb(192,129,239); }
H1.HeaderClassName
{
color: #C081EF;
}
.AnyTagClassName
{
color: #C081EF;
}
</style>
background-color css
<style>
a { background-color: #C081EF; }
a { background-color: rgb(192,129,239); }
div.DivClassName
{
background-color: #C081EF;
}
.BgClassName
{
background-color: #C081EF;
}
</style>
border-color css
<style>
span { border-color: #C081EF; }
span { border-color: rgb(192,129,239); }
td.TdClassName
{
border-color: #C081EF;
}
.TagClassName
{
border-color: #C081EF;
}
</style>