Shades of Wisteria #C091D0
Tints of Wisteria #C091D0
RGB
CMYK
RGB Variations
Color information
#C091D0 (or 0xC091D0) is known color: Wisteria. HEX triplet: C0, 91 and D0. RGB value is (192,145,208). Sum of RGB (Red+Green+Blue) = 192+145+208=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #C091D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091D0 is #3F6E2F. Grayscale: #A6A6A6. Windows color (decimal): -4156976 or 13668800. OLE color: 13668800.
HSL color Cylindrical-coordinate representation of color #C091D0: hue angle of 284.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C091D0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 145 | 208 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.18 |
| HSL | 284.76º | 0.4% | 0.69% | - |
| HSV(B) | 284.76º | 0.3% | 0.82% | - |
| XYZ | 43.25 | 36.01 | 64.35 | - |
| YUV | 166.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 208 | 0.08 | 0.30 | 0 | 0.18 | 284.76 | 0.4 | 0.69 |
| Hex | C0 | 91 | D0 | 8 | 1E | 0 | 12 | 11D | 28 | 45 |
| Octal | 300 | 221 | 320 | 10 | 36 | 0 | 22 | 435 | 50 | 105 |
| Binary | 11000000 | 10010001 | 11010000 | 1000 | 11110 | 0 | 10010 | 100011101 | 101000 | 1000101 |
Color Harmonies of #C091D0
Complementary color
Monochromatic Colors of #C091D0
Black with #C091D0
Text Example
Text Example
White with #C091D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091D0; }
p { color: rgb(192,145,208); }
H1.HeaderClassName
{
color: #C091D0;
}
.AnyTagClassName
{
color: #C091D0;
}
</style>
background-color css
<style>
a { background-color: #C091D0; }
a { background-color: rgb(192,145,208); }
div.DivClassName
{
background-color: #C091D0;
}
.BgClassName
{
background-color: #C091D0;
}
</style>
border-color css
<style>
span { border-color: #C091D0; }
span { border-color: rgb(192,145,208); }
td.TdClassName
{
border-color: #C091D0;
}
.TagClassName
{
border-color: #C091D0;
}
</style>