Shades of Wisteria #C290CE
Tints of Wisteria #C290CE
RGB
CMYK
RGB Variations
Color information
#C290CE (or 0xC290CE) is known color: Wisteria. HEX triplet: C2, 90 and CE. RGB value is (194,144,206). Sum of RGB (Red+Green+Blue) = 194+144+206=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #C290CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290CE is #3D6F31. Grayscale: #A5A5A5. Windows color (decimal): -4026162 or 13537474. OLE color: 13537474.
HSL color Cylindrical-coordinate representation of color #C290CE: hue angle of 288.39º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C290CE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 144 | 206 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.19 |
| HSL | 288.39º | 0.39% | 0.69% | - |
| HSV(B) | 288.39º | 0.3% | 0.81% | - |
| XYZ | 43.36 | 35.87 | 63.03 | - |
| YUV | 166.02 | 150.57 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 206 | 0.06 | 0.30 | 0 | 0.19 | 288.39 | 0.39 | 0.69 |
| Hex | C2 | 90 | CE | 6 | 1E | 0 | 13 | 120 | 27 | 45 |
| Octal | 302 | 220 | 316 | 6 | 36 | 0 | 23 | 440 | 47 | 105 |
| Binary | 11000010 | 10010000 | 11001110 | 110 | 11110 | 0 | 10011 | 100100000 | 100111 | 1000101 |
Color Harmonies of #C290CE
Complementary color
Monochromatic Colors of #C290CE
Black with #C290CE
Text Example
Text Example
White with #C290CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290CE; }
p { color: rgb(194,144,206); }
H1.HeaderClassName
{
color: #C290CE;
}
.AnyTagClassName
{
color: #C290CE;
}
</style>
background-color css
<style>
a { background-color: #C290CE; }
a { background-color: rgb(194,144,206); }
div.DivClassName
{
background-color: #C290CE;
}
.BgClassName
{
background-color: #C290CE;
}
</style>
border-color css
<style>
span { border-color: #C290CE; }
span { border-color: rgb(194,144,206); }
td.TdClassName
{
border-color: #C290CE;
}
.TagClassName
{
border-color: #C290CE;
}
</style>