Shades of Wisteria #C27FDC
Tints of Wisteria #C27FDC
RGB
CMYK
RGB Variations
Color information
#C27FDC (or 0xC27FDC) is known color: Wisteria. HEX triplet: C2, 7F and DC. RGB value is (194,127,220). Sum of RGB (Red+Green+Blue) = 194+127+220=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FDC is #3D8023. Grayscale: #9D9D9D. Windows color (decimal): -4030500 or 14450626. OLE color: 14450626.
HSL color Cylindrical-coordinate representation of color #C27FDC: hue angle of 283.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27FDC is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 127 | 220 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.14 |
| HSL | 283.23º | 0.57% | 0.68% | - |
| HSV(B) | 283.23º | 0.42% | 0.86% | - |
| XYZ | 42.76 | 31.82 | 71.6 | - |
| YUV | 157.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 220 | 0.12 | 0.42 | 0 | 0.14 | 283.23 | 0.57 | 0.68 |
| Hex | C2 | 7F | DC | C | 2A | 0 | E | 11B | 39 | 44 |
| Octal | 302 | 177 | 334 | 14 | 52 | 0 | 16 | 433 | 71 | 104 |
| Binary | 11000010 | 1111111 | 11011100 | 1100 | 101010 | 0 | 1110 | 100011011 | 111001 | 1000100 |
Color Harmonies of #C27FDC
Complementary color
Monochromatic Colors of #C27FDC
Black with #C27FDC
Text Example
Text Example
White with #C27FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FDC; }
p { color: rgb(194,127,220); }
H1.HeaderClassName
{
color: #C27FDC;
}
.AnyTagClassName
{
color: #C27FDC;
}
</style>
background-color css
<style>
a { background-color: #C27FDC; }
a { background-color: rgb(194,127,220); }
div.DivClassName
{
background-color: #C27FDC;
}
.BgClassName
{
background-color: #C27FDC;
}
</style>
border-color css
<style>
span { border-color: #C27FDC; }
span { border-color: rgb(194,127,220); }
td.TdClassName
{
border-color: #C27FDC;
}
.TagClassName
{
border-color: #C27FDC;
}
</style>