Shades of Wisteria #C27DDE
Tints of Wisteria #C27DDE
RGB
CMYK
RGB Variations
Color information
#C27DDE (or 0xC27DDE) is known color: Wisteria. HEX triplet: C2, 7D and DE. RGB value is (194,125,222). Sum of RGB (Red+Green+Blue) = 194+125+222=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C27DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDE is #3D8221. Grayscale: #9C9C9C. Windows color (decimal): -4031010 or 14581186. OLE color: 14581186.
HSL color Cylindrical-coordinate representation of color #C27DDE: hue angle of 282.68º 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 #C27DDE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 125 | 222 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 282.68º | 0.6% | 0.68% | - |
| HSV(B) | 282.68º | 0.44% | 0.87% | - |
| XYZ | 42.77 | 31.41 | 72.92 | - |
| YUV | 156.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 222 | 0.13 | 0.44 | 0 | 0.13 | 282.68 | 0.6 | 0.68 |
| Hex | C2 | 7D | DE | D | 2C | 0 | D | 11B | 3C | 44 |
| Octal | 302 | 175 | 336 | 15 | 54 | 0 | 15 | 433 | 74 | 104 |
| Binary | 11000010 | 1111101 | 11011110 | 1101 | 101100 | 0 | 1101 | 100011011 | 111100 | 1000100 |
Color Harmonies of #C27DDE
Complementary color
Monochromatic Colors of #C27DDE
Black with #C27DDE
Text Example
Text Example
White with #C27DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DDE; }
p { color: rgb(194,125,222); }
H1.HeaderClassName
{
color: #C27DDE;
}
.AnyTagClassName
{
color: #C27DDE;
}
</style>
background-color css
<style>
a { background-color: #C27DDE; }
a { background-color: rgb(194,125,222); }
div.DivClassName
{
background-color: #C27DDE;
}
.BgClassName
{
background-color: #C27DDE;
}
</style>
border-color css
<style>
span { border-color: #C27DDE; }
span { border-color: rgb(194,125,222); }
td.TdClassName
{
border-color: #C27DDE;
}
.TagClassName
{
border-color: #C27DDE;
}
</style>