Shades of Wisteria #C091D7
Tints of Wisteria #C091D7
RGB
CMYK
RGB Variations
Color information
#C091D7 (or 0xC091D7) is known color: Wisteria. HEX triplet: C0, 91 and D7. RGB value is (192,145,215). Sum of RGB (Red+Green+Blue) = 192+145+215=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #C091D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091D7 is #3F6E28. Grayscale: #A6A6A6. Windows color (decimal): -4156969 or 14127552. OLE color: 14127552.
HSL color Cylindrical-coordinate representation of color #C091D7: hue angle of 280.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C091D7 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 145 | 215 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.16 |
| HSL | 280.29º | 0.47% | 0.71% | - |
| HSV(B) | 280.29º | 0.33% | 0.84% | - |
| XYZ | 44.13 | 36.36 | 68.98 | - |
| YUV | 167.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 215 | 0.11 | 0.33 | 0 | 0.16 | 280.29 | 0.47 | 0.71 |
| Hex | C0 | 91 | D7 | B | 21 | 0 | 10 | 118 | 2F | 47 |
| Octal | 300 | 221 | 327 | 13 | 41 | 0 | 20 | 430 | 57 | 107 |
| Binary | 11000000 | 10010001 | 11010111 | 1011 | 100001 | 0 | 10000 | 100011000 | 101111 | 1000111 |
Color Harmonies of #C091D7
Complementary color
Monochromatic Colors of #C091D7
Black with #C091D7
Text Example
Text Example
White with #C091D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091D7; }
p { color: rgb(192,145,215); }
H1.HeaderClassName
{
color: #C091D7;
}
.AnyTagClassName
{
color: #C091D7;
}
</style>
background-color css
<style>
a { background-color: #C091D7; }
a { background-color: rgb(192,145,215); }
div.DivClassName
{
background-color: #C091D7;
}
.BgClassName
{
background-color: #C091D7;
}
</style>
border-color css
<style>
span { border-color: #C091D7; }
span { border-color: rgb(192,145,215); }
td.TdClassName
{
border-color: #C091D7;
}
.TagClassName
{
border-color: #C091D7;
}
</style>