Shades of Wisteria #C27CDD
Tints of Wisteria #C27CDD
RGB
CMYK
RGB Variations
Color information
#C27CDD (or 0xC27CDD) is known color: Wisteria. HEX triplet: C2, 7C and DD. RGB value is (194,124,221). Sum of RGB (Red+Green+Blue) = 194+124+221=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CDD is #3D8322. Grayscale: #9B9B9B. Windows color (decimal): -4031267 or 14515394. OLE color: 14515394.
HSL color Cylindrical-coordinate representation of color #C27CDD: hue angle of 283.3º degrees, saturation: 0.59, 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 #C27CDD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 124 | 221 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.13 |
| HSL | 283.3º | 0.59% | 0.68% | - |
| HSV(B) | 283.3º | 0.44% | 0.87% | - |
| XYZ | 42.51 | 31.11 | 72.17 | - |
| YUV | 155.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 221 | 0.12 | 0.44 | 0 | 0.13 | 283.3 | 0.59 | 0.68 |
| Hex | C2 | 7C | DD | C | 2C | 0 | D | 11B | 3B | 44 |
| Octal | 302 | 174 | 335 | 14 | 54 | 0 | 15 | 433 | 73 | 104 |
| Binary | 11000010 | 1111100 | 11011101 | 1100 | 101100 | 0 | 1101 | 100011011 | 111011 | 1000100 |
Color Harmonies of #C27CDD
Complementary color
Monochromatic Colors of #C27CDD
Black with #C27CDD
Text Example
Text Example
White with #C27CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CDD; }
p { color: rgb(194,124,221); }
H1.HeaderClassName
{
color: #C27CDD;
}
.AnyTagClassName
{
color: #C27CDD;
}
</style>
background-color css
<style>
a { background-color: #C27CDD; }
a { background-color: rgb(194,124,221); }
div.DivClassName
{
background-color: #C27CDD;
}
.BgClassName
{
background-color: #C27CDD;
}
</style>
border-color css
<style>
span { border-color: #C27CDD; }
span { border-color: rgb(194,124,221); }
td.TdClassName
{
border-color: #C27CDD;
}
.TagClassName
{
border-color: #C27CDD;
}
</style>