Shades of Wisteria #C293F0
Tints of Wisteria #C293F0
RGB
CMYK
RGB Variations
Color information
#C293F0 (or 0xC293F0) is known color: Wisteria. HEX triplet: C2, 93 and F0. RGB value is (194,147,240). Sum of RGB (Red+Green+Blue) = 194+147+240=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #C293F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293F0 is #3D6C0F. Grayscale: #ABABAB. Windows color (decimal): -4025360 or 15766466. OLE color: 15766466.
HSL color Cylindrical-coordinate representation of color #C293F0: hue angle of 270.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C293F0 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 147 | 240 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.06 |
| HSL | 270.32º | 0.76% | 0.76% | - |
| HSV(B) | 270.32º | 0.39% | 0.94% | - |
| XYZ | 48.41 | 38.63 | 87.34 | - |
| YUV | 171.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 240 | 0.19 | 0.39 | 0 | 0.06 | 270.32 | 0.76 | 0.76 |
| Hex | C2 | 93 | F0 | 13 | 27 | 0 | 6 | 10E | 4C | 4C |
| Octal | 302 | 223 | 360 | 23 | 47 | 0 | 6 | 416 | 114 | 114 |
| Binary | 11000010 | 10010011 | 11110000 | 10011 | 100111 | 0 | 110 | 100001110 | 1001100 | 1001100 |
Color Harmonies of #C293F0
Complementary color
Monochromatic Colors of #C293F0
Black with #C293F0
Text Example
Text Example
White with #C293F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C293F0; }
p { color: rgb(194,147,240); }
H1.HeaderClassName
{
color: #C293F0;
}
.AnyTagClassName
{
color: #C293F0;
}
</style>
background-color css
<style>
a { background-color: #C293F0; }
a { background-color: rgb(194,147,240); }
div.DivClassName
{
background-color: #C293F0;
}
.BgClassName
{
background-color: #C293F0;
}
</style>
border-color css
<style>
span { border-color: #C293F0; }
span { border-color: rgb(194,147,240); }
td.TdClassName
{
border-color: #C293F0;
}
.TagClassName
{
border-color: #C293F0;
}
</style>