Shades of Wisteria #C27FDF
Tints of Wisteria #C27FDF
RGB
CMYK
RGB Variations
Color information
#C27FDF (or 0xC27FDF) is known color: Wisteria. HEX triplet: C2, 7F and DF. RGB value is (194,127,223). Sum of RGB (Red+Green+Blue) = 194+127+223=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #C27FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FDF is #3D8020. Grayscale: #9D9D9D. Windows color (decimal): -4030497 or 14647234. OLE color: 14647234.
HSL color Cylindrical-coordinate representation of color #C27FDF: hue angle of 281.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27FDF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 127 | 223 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 281.88º | 0.6% | 0.69% | - |
| HSV(B) | 281.88º | 0.43% | 0.87% | - |
| XYZ | 43.16 | 31.98 | 73.71 | - |
| YUV | 157.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 223 | 0.13 | 0.43 | 0 | 0.13 | 281.88 | 0.6 | 0.69 |
| Hex | C2 | 7F | DF | D | 2B | 0 | D | 11A | 3C | 45 |
| Octal | 302 | 177 | 337 | 15 | 53 | 0 | 15 | 432 | 74 | 105 |
| Binary | 11000010 | 1111111 | 11011111 | 1101 | 101011 | 0 | 1101 | 100011010 | 111100 | 1000101 |
Color Harmonies of #C27FDF
Complementary color
Monochromatic Colors of #C27FDF
Black with #C27FDF
Text Example
Text Example
White with #C27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FDF; }
p { color: rgb(194,127,223); }
H1.HeaderClassName
{
color: #C27FDF;
}
.AnyTagClassName
{
color: #C27FDF;
}
</style>
background-color css
<style>
a { background-color: #C27FDF; }
a { background-color: rgb(194,127,223); }
div.DivClassName
{
background-color: #C27FDF;
}
.BgClassName
{
background-color: #C27FDF;
}
</style>
border-color css
<style>
span { border-color: #C27FDF; }
span { border-color: rgb(194,127,223); }
td.TdClassName
{
border-color: #C27FDF;
}
.TagClassName
{
border-color: #C27FDF;
}
</style>