Shades of Wisteria #C27EDF
Tints of Wisteria #C27EDF
RGB
CMYK
RGB Variations
Color information
#C27EDF (or 0xC27EDF) is known color: Wisteria. HEX triplet: C2, 7E and DF. RGB value is (194,126,223). Sum of RGB (Red+Green+Blue) = 194+126+223=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C27EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EDF is #3D8120. Grayscale: #9D9D9D. Windows color (decimal): -4030753 or 14646978. OLE color: 14646978.
HSL color Cylindrical-coordinate representation of color #C27EDF: hue angle of 282.06º degrees, saturation: 0.6, 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 #C27EDF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 126 | 223 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 282.06º | 0.6% | 0.68% | - |
| HSV(B) | 282.06º | 0.43% | 0.87% | - |
| XYZ | 43.03 | 31.72 | 73.67 | - |
| YUV | 157.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 223 | 0.13 | 0.43 | 0 | 0.13 | 282.06 | 0.6 | 0.68 |
| Hex | C2 | 7E | DF | D | 2B | 0 | D | 11A | 3C | 44 |
| Octal | 302 | 176 | 337 | 15 | 53 | 0 | 15 | 432 | 74 | 104 |
| Binary | 11000010 | 1111110 | 11011111 | 1101 | 101011 | 0 | 1101 | 100011010 | 111100 | 1000100 |
Color Harmonies of #C27EDF
Complementary color
Monochromatic Colors of #C27EDF
Black with #C27EDF
Text Example
Text Example
White with #C27EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EDF; }
p { color: rgb(194,126,223); }
H1.HeaderClassName
{
color: #C27EDF;
}
.AnyTagClassName
{
color: #C27EDF;
}
</style>
background-color css
<style>
a { background-color: #C27EDF; }
a { background-color: rgb(194,126,223); }
div.DivClassName
{
background-color: #C27EDF;
}
.BgClassName
{
background-color: #C27EDF;
}
</style>
border-color css
<style>
span { border-color: #C27EDF; }
span { border-color: rgb(194,126,223); }
td.TdClassName
{
border-color: #C27EDF;
}
.TagClassName
{
border-color: #C27EDF;
}
</style>