Shades of Wisteria #C27EDD
Tints of Wisteria #C27EDD
RGB
CMYK
RGB Variations
Color information
#C27EDD (or 0xC27EDD) is known color: Wisteria. HEX triplet: C2, 7E and DD. RGB value is (194,126,221). Sum of RGB (Red+Green+Blue) = 194+126+221=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EDD is #3D8122. Grayscale: #9C9C9C. Windows color (decimal): -4030755 or 14515906. OLE color: 14515906.
HSL color Cylindrical-coordinate representation of color #C27EDD: hue angle of 282.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27EDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 126 | 221 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.13 |
| HSL | 282.95º | 0.58% | 0.68% | - |
| HSV(B) | 282.95º | 0.43% | 0.87% | - |
| XYZ | 42.76 | 31.61 | 72.25 | - |
| YUV | 157.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 221 | 0.12 | 0.43 | 0 | 0.13 | 282.95 | 0.58 | 0.68 |
| Hex | C2 | 7E | DD | C | 2B | 0 | D | 11B | 3A | 44 |
| Octal | 302 | 176 | 335 | 14 | 53 | 0 | 15 | 433 | 72 | 104 |
| Binary | 11000010 | 1111110 | 11011101 | 1100 | 101011 | 0 | 1101 | 100011011 | 111010 | 1000100 |
Color Harmonies of #C27EDD
Complementary color
Monochromatic Colors of #C27EDD
Black with #C27EDD
Text Example
Text Example
White with #C27EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EDD; }
p { color: rgb(194,126,221); }
H1.HeaderClassName
{
color: #C27EDD;
}
.AnyTagClassName
{
color: #C27EDD;
}
</style>
background-color css
<style>
a { background-color: #C27EDD; }
a { background-color: rgb(194,126,221); }
div.DivClassName
{
background-color: #C27EDD;
}
.BgClassName
{
background-color: #C27EDD;
}
</style>
border-color css
<style>
span { border-color: #C27EDD; }
span { border-color: rgb(194,126,221); }
td.TdClassName
{
border-color: #C27EDD;
}
.TagClassName
{
border-color: #C27EDD;
}
</style>