Shades of Wisteria #C291DE
Tints of Wisteria #C291DE
RGB
CMYK
RGB Variations
Color information
#C291DE (or 0xC291DE) is known color: Wisteria. HEX triplet: C2, 91 and DE. RGB value is (194,145,222). Sum of RGB (Red+Green+Blue) = 194+145+222=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C291DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C291DE is #3D6E21. Grayscale: #A8A8A8. Windows color (decimal): -4025890 or 14586306. OLE color: 14586306.
HSL color Cylindrical-coordinate representation of color #C291DE: hue angle of 278.18º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C291DE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 145 | 222 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 278.18º | 0.54% | 0.72% | - |
| HSV(B) | 278.18º | 0.35% | 0.87% | - |
| XYZ | 45.56 | 36.99 | 73.85 | - |
| YUV | 168.43 | 158.23 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 222 | 0.13 | 0.35 | 0 | 0.13 | 278.18 | 0.54 | 0.72 |
| Hex | C2 | 91 | DE | D | 23 | 0 | D | 116 | 36 | 48 |
| Octal | 302 | 221 | 336 | 15 | 43 | 0 | 15 | 426 | 66 | 110 |
| Binary | 11000010 | 10010001 | 11011110 | 1101 | 100011 | 0 | 1101 | 100010110 | 110110 | 1001000 |
Color Harmonies of #C291DE
Complementary color
Monochromatic Colors of #C291DE
Black with #C291DE
Text Example
Text Example
White with #C291DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291DE; }
p { color: rgb(194,145,222); }
H1.HeaderClassName
{
color: #C291DE;
}
.AnyTagClassName
{
color: #C291DE;
}
</style>
background-color css
<style>
a { background-color: #C291DE; }
a { background-color: rgb(194,145,222); }
div.DivClassName
{
background-color: #C291DE;
}
.BgClassName
{
background-color: #C291DE;
}
</style>
border-color css
<style>
span { border-color: #C291DE; }
span { border-color: rgb(194,145,222); }
td.TdClassName
{
border-color: #C291DE;
}
.TagClassName
{
border-color: #C291DE;
}
</style>