Shades of Wisteria #C295EE
Tints of Wisteria #C295EE
RGB
CMYK
RGB Variations
Color information
#C295EE (or 0xC295EE) is known color: Wisteria. HEX triplet: C2, 95 and EE. RGB value is (194,149,238). Sum of RGB (Red+Green+Blue) = 194+149+238=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #C295EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EE is #3D6A11. Grayscale: #ACACAC. Windows color (decimal): -4024850 or 15635906. OLE color: 15635906.
HSL color Cylindrical-coordinate representation of color #C295EE: hue angle of 270.34º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C295EE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 149 | 238 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.07 |
| HSL | 270.34º | 0.72% | 0.76% | - |
| HSV(B) | 270.34º | 0.37% | 0.93% | - |
| XYZ | 48.43 | 39.14 | 85.89 | - |
| YUV | 172.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 238 | 0.18 | 0.37 | 0 | 0.07 | 270.34 | 0.72 | 0.76 |
| Hex | C2 | 95 | EE | 12 | 25 | 0 | 7 | 10E | 48 | 4C |
| Octal | 302 | 225 | 356 | 22 | 45 | 0 | 7 | 416 | 110 | 114 |
| Binary | 11000010 | 10010101 | 11101110 | 10010 | 100101 | 0 | 111 | 100001110 | 1001000 | 1001100 |
Color Harmonies of #C295EE
Complementary color
Monochromatic Colors of #C295EE
Black with #C295EE
Text Example
Text Example
White with #C295EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C295EE; }
p { color: rgb(194,149,238); }
H1.HeaderClassName
{
color: #C295EE;
}
.AnyTagClassName
{
color: #C295EE;
}
</style>
background-color css
<style>
a { background-color: #C295EE; }
a { background-color: rgb(194,149,238); }
div.DivClassName
{
background-color: #C295EE;
}
.BgClassName
{
background-color: #C295EE;
}
</style>
border-color css
<style>
span { border-color: #C295EE; }
span { border-color: rgb(194,149,238); }
td.TdClassName
{
border-color: #C295EE;
}
.TagClassName
{
border-color: #C295EE;
}
</style>