Shades of Wisteria #C093D2
Tints of Wisteria #C093D2
RGB
CMYK
RGB Variations
Color information
#C093D2 (or 0xC093D2) is known color: Wisteria. HEX triplet: C0, 93 and D2. RGB value is (192,147,210). Sum of RGB (Red+Green+Blue) = 192+147+210=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #C093D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093D2 is #3F6C2D. Grayscale: #A7A7A7. Windows color (decimal): -4156462 or 13800384. OLE color: 13800384.
HSL color Cylindrical-coordinate representation of color #C093D2: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C093D2 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 147 | 210 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.18 |
| HSL | 282.86º | 0.41% | 0.7% | - |
| HSV(B) | 282.86º | 0.3% | 0.82% | - |
| XYZ | 43.8 | 36.73 | 65.75 | - |
| YUV | 167.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 210 | 0.09 | 0.30 | 0 | 0.18 | 282.86 | 0.41 | 0.7 |
| Hex | C0 | 93 | D2 | 9 | 1E | 0 | 12 | 11B | 29 | 46 |
| Octal | 300 | 223 | 322 | 11 | 36 | 0 | 22 | 433 | 51 | 106 |
| Binary | 11000000 | 10010011 | 11010010 | 1001 | 11110 | 0 | 10010 | 100011011 | 101001 | 1000110 |
Color Harmonies of #C093D2
Complementary color
Monochromatic Colors of #C093D2
Black with #C093D2
Text Example
Text Example
White with #C093D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093D2; }
p { color: rgb(192,147,210); }
H1.HeaderClassName
{
color: #C093D2;
}
.AnyTagClassName
{
color: #C093D2;
}
</style>
background-color css
<style>
a { background-color: #C093D2; }
a { background-color: rgb(192,147,210); }
div.DivClassName
{
background-color: #C093D2;
}
.BgClassName
{
background-color: #C093D2;
}
</style>
border-color css
<style>
span { border-color: #C093D2; }
span { border-color: rgb(192,147,210); }
td.TdClassName
{
border-color: #C093D2;
}
.TagClassName
{
border-color: #C093D2;
}
</style>