Shades of Wisteria #C27CE0
Tints of Wisteria #C27CE0
RGB
CMYK
RGB Variations
Color information
#C27CE0 (or 0xC27CE0) is known color: Wisteria. HEX triplet: C2, 7C and E0. RGB value is (194,124,224). Sum of RGB (Red+Green+Blue) = 194+124+224=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CE0 is #3D831F. Grayscale: #9C9C9C. Windows color (decimal): -4031264 or 14712002. OLE color: 14712002.
HSL color Cylindrical-coordinate representation of color #C27CE0: hue angle of 282º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27CE0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 124 | 224 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.12 |
| HSL | 282º | 0.62% | 0.68% | - |
| HSV(B) | 282º | 0.45% | 0.88% | - |
| XYZ | 42.91 | 31.27 | 74.29 | - |
| YUV | 156.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 224 | 0.13 | 0.45 | 0 | 0.12 | 282 | 0.62 | 0.68 |
| Hex | C2 | 7C | E0 | D | 2D | 0 | C | 11A | 3E | 44 |
| Octal | 302 | 174 | 340 | 15 | 55 | 0 | 14 | 432 | 76 | 104 |
| Binary | 11000010 | 1111100 | 11100000 | 1101 | 101101 | 0 | 1100 | 100011010 | 111110 | 1000100 |
Color Harmonies of #C27CE0
Complementary color
Monochromatic Colors of #C27CE0
Black with #C27CE0
Text Example
Text Example
White with #C27CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CE0; }
p { color: rgb(194,124,224); }
H1.HeaderClassName
{
color: #C27CE0;
}
.AnyTagClassName
{
color: #C27CE0;
}
</style>
background-color css
<style>
a { background-color: #C27CE0; }
a { background-color: rgb(194,124,224); }
div.DivClassName
{
background-color: #C27CE0;
}
.BgClassName
{
background-color: #C27CE0;
}
</style>
border-color css
<style>
span { border-color: #C27CE0; }
span { border-color: rgb(194,124,224); }
td.TdClassName
{
border-color: #C27CE0;
}
.TagClassName
{
border-color: #C27CE0;
}
</style>