Shades of Wisteria #C293D4
Tints of Wisteria #C293D4
RGB
CMYK
RGB Variations
Color information
#C293D4 (or 0xC293D4) is known color: Wisteria. HEX triplet: C2, 93 and D4. RGB value is (194,147,212). Sum of RGB (Red+Green+Blue) = 194+147+212=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #C293D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293D4 is #3D6C2B. Grayscale: #A8A8A8. Windows color (decimal): -4025388 or 13931458. OLE color: 13931458.
HSL color Cylindrical-coordinate representation of color #C293D4: hue angle of 283.38º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C293D4 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 147 | 212 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.17 |
| HSL | 283.38º | 0.43% | 0.7% | - |
| HSV(B) | 283.38º | 0.31% | 0.83% | - |
| XYZ | 44.57 | 37.09 | 67.1 | - |
| YUV | 168.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 212 | 0.08 | 0.31 | 0 | 0.17 | 283.38 | 0.43 | 0.7 |
| Hex | C2 | 93 | D4 | 8 | 1F | 0 | 11 | 11B | 2B | 46 |
| Octal | 302 | 223 | 324 | 10 | 37 | 0 | 21 | 433 | 53 | 106 |
| Binary | 11000010 | 10010011 | 11010100 | 1000 | 11111 | 0 | 10001 | 100011011 | 101011 | 1000110 |
Color Harmonies of #C293D4
Complementary color
Monochromatic Colors of #C293D4
Black with #C293D4
Text Example
Text Example
White with #C293D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293D4; }
p { color: rgb(194,147,212); }
H1.HeaderClassName
{
color: #C293D4;
}
.AnyTagClassName
{
color: #C293D4;
}
</style>
background-color css
<style>
a { background-color: #C293D4; }
a { background-color: rgb(194,147,212); }
div.DivClassName
{
background-color: #C293D4;
}
.BgClassName
{
background-color: #C293D4;
}
</style>
border-color css
<style>
span { border-color: #C293D4; }
span { border-color: rgb(194,147,212); }
td.TdClassName
{
border-color: #C293D4;
}
.TagClassName
{
border-color: #C293D4;
}
</style>