Shades of Wisteria #C27AE3
Tints of Wisteria #C27AE3
RGB
CMYK
RGB Variations
Color information
#C27AE3 (or 0xC27AE3) is known color: Wisteria. HEX triplet: C2, 7A and E3. RGB value is (194,122,227). Sum of RGB (Red+Green+Blue) = 194+122+227=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #C27AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AE3 is #3D851C. Grayscale: #9B9B9B. Windows color (decimal): -4031773 or 14908098. OLE color: 14908098.
HSL color Cylindrical-coordinate representation of color #C27AE3: hue angle of 281.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27AE3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 122 | 227 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.11 |
| HSL | 281.14º | 0.65% | 0.68% | - |
| HSV(B) | 281.14º | 0.46% | 0.89% | - |
| XYZ | 43.07 | 30.93 | 76.37 | - |
| YUV | 155.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 227 | 0.15 | 0.46 | 0 | 0.11 | 281.14 | 0.65 | 0.68 |
| Hex | C2 | 7A | E3 | F | 2E | 0 | B | 119 | 41 | 44 |
| Octal | 302 | 172 | 343 | 17 | 56 | 0 | 13 | 431 | 101 | 104 |
| Binary | 11000010 | 1111010 | 11100011 | 1111 | 101110 | 0 | 1011 | 100011001 | 1000001 | 1000100 |
Color Harmonies of #C27AE3
Complementary color
Monochromatic Colors of #C27AE3
Black with #C27AE3
Text Example
Text Example
White with #C27AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AE3; }
p { color: rgb(194,122,227); }
H1.HeaderClassName
{
color: #C27AE3;
}
.AnyTagClassName
{
color: #C27AE3;
}
</style>
background-color css
<style>
a { background-color: #C27AE3; }
a { background-color: rgb(194,122,227); }
div.DivClassName
{
background-color: #C27AE3;
}
.BgClassName
{
background-color: #C27AE3;
}
</style>
border-color css
<style>
span { border-color: #C27AE3; }
span { border-color: rgb(194,122,227); }
td.TdClassName
{
border-color: #C27AE3;
}
.TagClassName
{
border-color: #C27AE3;
}
</style>