Shades of Wisteria #C27CDC
Tints of Wisteria #C27CDC
RGB
CMYK
RGB Variations
Color information
#C27CDC (or 0xC27CDC) is known color: Wisteria. HEX triplet: C2, 7C and DC. RGB value is (194,124,220). Sum of RGB (Red+Green+Blue) = 194+124+220=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CDC is #3D8323. Grayscale: #9B9B9B. Windows color (decimal): -4031268 or 14449858. OLE color: 14449858.
HSL color Cylindrical-coordinate representation of color #C27CDC: hue angle of 283.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27CDC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 124 | 220 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.14 |
| HSL | 283.75º | 0.58% | 0.67% | - |
| HSV(B) | 283.75º | 0.44% | 0.86% | - |
| XYZ | 42.37 | 31.05 | 71.47 | - |
| YUV | 155.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 220 | 0.12 | 0.44 | 0 | 0.14 | 283.75 | 0.58 | 0.67 |
| Hex | C2 | 7C | DC | C | 2C | 0 | E | 11C | 3A | 43 |
| Octal | 302 | 174 | 334 | 14 | 54 | 0 | 16 | 434 | 72 | 103 |
| Binary | 11000010 | 1111100 | 11011100 | 1100 | 101100 | 0 | 1110 | 100011100 | 111010 | 1000011 |
Color Harmonies of #C27CDC
Complementary color
Monochromatic Colors of #C27CDC
Black with #C27CDC
Text Example
Text Example
White with #C27CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CDC; }
p { color: rgb(194,124,220); }
H1.HeaderClassName
{
color: #C27CDC;
}
.AnyTagClassName
{
color: #C27CDC;
}
</style>
background-color css
<style>
a { background-color: #C27CDC; }
a { background-color: rgb(194,124,220); }
div.DivClassName
{
background-color: #C27CDC;
}
.BgClassName
{
background-color: #C27CDC;
}
</style>
border-color css
<style>
span { border-color: #C27CDC; }
span { border-color: rgb(194,124,220); }
td.TdClassName
{
border-color: #C27CDC;
}
.TagClassName
{
border-color: #C27CDC;
}
</style>