Shades of Wisteria #C27DDF
Tints of Wisteria #C27DDF
RGB
CMYK
RGB Variations
Color information
#C27DDF (or 0xC27DDF) is known color: Wisteria. HEX triplet: C2, 7D and DF. RGB value is (194,125,223). Sum of RGB (Red+Green+Blue) = 194+125+223=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C27DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDF is #3D8220. Grayscale: #9C9C9C. Windows color (decimal): -4031009 or 14646722. OLE color: 14646722.
HSL color Cylindrical-coordinate representation of color #C27DDF: hue angle of 282.24º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27DDF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 125 | 223 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 282.24º | 0.6% | 0.68% | - |
| HSV(B) | 282.24º | 0.44% | 0.87% | - |
| XYZ | 42.9 | 31.46 | 73.62 | - |
| YUV | 156.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 223 | 0.13 | 0.44 | 0 | 0.13 | 282.24 | 0.6 | 0.68 |
| Hex | C2 | 7D | DF | D | 2C | 0 | D | 11A | 3C | 44 |
| Octal | 302 | 175 | 337 | 15 | 54 | 0 | 15 | 432 | 74 | 104 |
| Binary | 11000010 | 1111101 | 11011111 | 1101 | 101100 | 0 | 1101 | 100011010 | 111100 | 1000100 |
Color Harmonies of #C27DDF
Complementary color
Monochromatic Colors of #C27DDF
Black with #C27DDF
Text Example
Text Example
White with #C27DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DDF; }
p { color: rgb(194,125,223); }
H1.HeaderClassName
{
color: #C27DDF;
}
.AnyTagClassName
{
color: #C27DDF;
}
</style>
background-color css
<style>
a { background-color: #C27DDF; }
a { background-color: rgb(194,125,223); }
div.DivClassName
{
background-color: #C27DDF;
}
.BgClassName
{
background-color: #C27DDF;
}
</style>
border-color css
<style>
span { border-color: #C27DDF; }
span { border-color: rgb(194,125,223); }
td.TdClassName
{
border-color: #C27DDF;
}
.TagClassName
{
border-color: #C27DDF;
}
</style>