Shades of Wisteria #C27BE0
Tints of Wisteria #C27BE0
RGB
CMYK
RGB Variations
Color information
#C27BE0 (or 0xC27BE0) is known color: Wisteria. HEX triplet: C2, 7B and E0. RGB value is (194,123,224). Sum of RGB (Red+Green+Blue) = 194+123+224=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BE0 is #3D841F. Grayscale: #9B9B9B. Windows color (decimal): -4031520 or 14711746. OLE color: 14711746.
HSL color Cylindrical-coordinate representation of color #C27BE0: hue angle of 282.18º 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 #C27BE0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 123 | 224 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.12 |
| HSL | 282.18º | 0.62% | 0.68% | - |
| HSV(B) | 282.18º | 0.45% | 0.88% | - |
| XYZ | 42.79 | 31.02 | 74.25 | - |
| YUV | 155.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 224 | 0.13 | 0.45 | 0 | 0.12 | 282.18 | 0.62 | 0.68 |
| Hex | C2 | 7B | E0 | D | 2D | 0 | C | 11A | 3E | 44 |
| Octal | 302 | 173 | 340 | 15 | 55 | 0 | 14 | 432 | 76 | 104 |
| Binary | 11000010 | 1111011 | 11100000 | 1101 | 101101 | 0 | 1100 | 100011010 | 111110 | 1000100 |
Color Harmonies of #C27BE0
Complementary color
Monochromatic Colors of #C27BE0
Black with #C27BE0
Text Example
Text Example
White with #C27BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BE0; }
p { color: rgb(194,123,224); }
H1.HeaderClassName
{
color: #C27BE0;
}
.AnyTagClassName
{
color: #C27BE0;
}
</style>
background-color css
<style>
a { background-color: #C27BE0; }
a { background-color: rgb(194,123,224); }
div.DivClassName
{
background-color: #C27BE0;
}
.BgClassName
{
background-color: #C27BE0;
}
</style>
border-color css
<style>
span { border-color: #C27BE0; }
span { border-color: rgb(194,123,224); }
td.TdClassName
{
border-color: #C27BE0;
}
.TagClassName
{
border-color: #C27BE0;
}
</style>