Shades of Wisteria #C291D0
Tints of Wisteria #C291D0
RGB
CMYK
RGB Variations
Color information
#C291D0 (or 0xC291D0) is known color: Wisteria. HEX triplet: C2, 91 and D0. RGB value is (194,145,208). Sum of RGB (Red+Green+Blue) = 194+145+208=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #C291D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291D0 is #3D6E2F. Grayscale: #A6A6A6. Windows color (decimal): -4025904 or 13668802. OLE color: 13668802.
HSL color Cylindrical-coordinate representation of color #C291D0: hue angle of 286.67º 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 #C291D0 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 145 | 208 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.18 |
| HSL | 286.67º | 0.4% | 0.69% | - |
| HSV(B) | 286.67º | 0.3% | 0.82% | - |
| XYZ | 43.76 | 36.27 | 64.37 | - |
| YUV | 166.83 | 151.23 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 208 | 0.07 | 0.30 | 0 | 0.18 | 286.67 | 0.4 | 0.69 |
| Hex | C2 | 91 | D0 | 7 | 1E | 0 | 12 | 11F | 28 | 45 |
| Octal | 302 | 221 | 320 | 7 | 36 | 0 | 22 | 437 | 50 | 105 |
| Binary | 11000010 | 10010001 | 11010000 | 111 | 11110 | 0 | 10010 | 100011111 | 101000 | 1000101 |
Color Harmonies of #C291D0
Complementary color
Monochromatic Colors of #C291D0
Black with #C291D0
Text Example
Text Example
White with #C291D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291D0; }
p { color: rgb(194,145,208); }
H1.HeaderClassName
{
color: #C291D0;
}
.AnyTagClassName
{
color: #C291D0;
}
</style>
background-color css
<style>
a { background-color: #C291D0; }
a { background-color: rgb(194,145,208); }
div.DivClassName
{
background-color: #C291D0;
}
.BgClassName
{
background-color: #C291D0;
}
</style>
border-color css
<style>
span { border-color: #C291D0; }
span { border-color: rgb(194,145,208); }
td.TdClassName
{
border-color: #C291D0;
}
.TagClassName
{
border-color: #C291D0;
}
</style>