Shades of Wisteria #C081EE
Tints of Wisteria #C081EE
RGB
CMYK
RGB Variations
Color information
#C081EE (or 0xC081EE) is known color: Wisteria. HEX triplet: C0, 81 and EE. RGB value is (192,129,238). Sum of RGB (Red+Green+Blue) = 192+129+238=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #C081EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081EE is #3F7E11. Grayscale: #9F9F9F. Windows color (decimal): -4161042 or 15630784. OLE color: 15630784.
HSL color Cylindrical-coordinate representation of color #C081EE: hue angle of 274.68º degrees, saturation: 0.76, 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 #C081EE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 129 | 238 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.07 |
| HSL | 274.68º | 0.76% | 0.72% | - |
| HSV(B) | 274.68º | 0.46% | 0.93% | - |
| XYZ | 45.02 | 33.08 | 84.9 | - |
| YUV | 160.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 238 | 0.19 | 0.46 | 0 | 0.07 | 274.68 | 0.76 | 0.72 |
| Hex | C0 | 81 | EE | 13 | 2E | 0 | 7 | 113 | 4C | 48 |
| Octal | 300 | 201 | 356 | 23 | 56 | 0 | 7 | 423 | 114 | 110 |
| Binary | 11000000 | 10000001 | 11101110 | 10011 | 101110 | 0 | 111 | 100010011 | 1001100 | 1001000 |
Color Harmonies of #C081EE
Complementary color
Monochromatic Colors of #C081EE
Black with #C081EE
Text Example
Text Example
White with #C081EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081EE; }
p { color: rgb(192,129,238); }
H1.HeaderClassName
{
color: #C081EE;
}
.AnyTagClassName
{
color: #C081EE;
}
</style>
background-color css
<style>
a { background-color: #C081EE; }
a { background-color: rgb(192,129,238); }
div.DivClassName
{
background-color: #C081EE;
}
.BgClassName
{
background-color: #C081EE;
}
</style>
border-color css
<style>
span { border-color: #C081EE; }
span { border-color: rgb(192,129,238); }
td.TdClassName
{
border-color: #C081EE;
}
.TagClassName
{
border-color: #C081EE;
}
</style>