Shades of Wisteria #C27DDD
Tints of Wisteria #C27DDD
RGB
CMYK
RGB Variations
Color information
#C27DDD (or 0xC27DDD) is known color: Wisteria. HEX triplet: C2, 7D and DD. RGB value is (194,125,221). Sum of RGB (Red+Green+Blue) = 194+125+221=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DDD is #3D8222. Grayscale: #9C9C9C. Windows color (decimal): -4031011 or 14515650. OLE color: 14515650.
HSL color Cylindrical-coordinate representation of color #C27DDD: hue angle of 283.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27DDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 125 | 221 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.13 |
| HSL | 283.13º | 0.59% | 0.68% | - |
| HSV(B) | 283.13º | 0.43% | 0.87% | - |
| XYZ | 42.63 | 31.36 | 72.21 | - |
| YUV | 156.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 221 | 0.12 | 0.43 | 0 | 0.13 | 283.13 | 0.59 | 0.68 |
| Hex | C2 | 7D | DD | C | 2B | 0 | D | 11B | 3B | 44 |
| Octal | 302 | 175 | 335 | 14 | 53 | 0 | 15 | 433 | 73 | 104 |
| Binary | 11000010 | 1111101 | 11011101 | 1100 | 101011 | 0 | 1101 | 100011011 | 111011 | 1000100 |
Color Harmonies of #C27DDD
Complementary color
Monochromatic Colors of #C27DDD
Black with #C27DDD
Text Example
Text Example
White with #C27DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DDD; }
p { color: rgb(194,125,221); }
H1.HeaderClassName
{
color: #C27DDD;
}
.AnyTagClassName
{
color: #C27DDD;
}
</style>
background-color css
<style>
a { background-color: #C27DDD; }
a { background-color: rgb(194,125,221); }
div.DivClassName
{
background-color: #C27DDD;
}
.BgClassName
{
background-color: #C27DDD;
}
</style>
border-color css
<style>
span { border-color: #C27DDD; }
span { border-color: rgb(194,125,221); }
td.TdClassName
{
border-color: #C27DDD;
}
.TagClassName
{
border-color: #C27DDD;
}
</style>