Shades of Wisteria #C091D3
Tints of Wisteria #C091D3
RGB
CMYK
RGB Variations
Color information
#C091D3 (or 0xC091D3) is known color: Wisteria. HEX triplet: C0, 91 and D3. RGB value is (192,145,211). Sum of RGB (Red+Green+Blue) = 192+145+211=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #C091D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091D3 is #3F6E2C. Grayscale: #A6A6A6. Windows color (decimal): -4156973 or 13865408. OLE color: 13865408.
HSL color Cylindrical-coordinate representation of color #C091D3: hue angle of 282.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C091D3 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 145 | 211 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.17 |
| HSL | 282.73º | 0.43% | 0.7% | - |
| HSV(B) | 282.73º | 0.31% | 0.83% | - |
| XYZ | 43.62 | 36.16 | 66.31 | - |
| YUV | 166.58 | 153.07 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 211 | 0.09 | 0.31 | 0 | 0.17 | 282.73 | 0.43 | 0.7 |
| Hex | C0 | 91 | D3 | 9 | 1F | 0 | 11 | 11B | 2B | 46 |
| Octal | 300 | 221 | 323 | 11 | 37 | 0 | 21 | 433 | 53 | 106 |
| Binary | 11000000 | 10010001 | 11010011 | 1001 | 11111 | 0 | 10001 | 100011011 | 101011 | 1000110 |
Color Harmonies of #C091D3
Complementary color
Monochromatic Colors of #C091D3
Black with #C091D3
Text Example
Text Example
White with #C091D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091D3; }
p { color: rgb(192,145,211); }
H1.HeaderClassName
{
color: #C091D3;
}
.AnyTagClassName
{
color: #C091D3;
}
</style>
background-color css
<style>
a { background-color: #C091D3; }
a { background-color: rgb(192,145,211); }
div.DivClassName
{
background-color: #C091D3;
}
.BgClassName
{
background-color: #C091D3;
}
</style>
border-color css
<style>
span { border-color: #C091D3; }
span { border-color: rgb(192,145,211); }
td.TdClassName
{
border-color: #C091D3;
}
.TagClassName
{
border-color: #C091D3;
}
</style>