Shades of Wisteria #C27ADF
Tints of Wisteria #C27ADF
RGB
CMYK
RGB Variations
Color information
#C27ADF (or 0xC27ADF) is known color: Wisteria. HEX triplet: C2, 7A and DF. RGB value is (194,122,223). Sum of RGB (Red+Green+Blue) = 194+122+223=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C27ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADF is #3D8520. Grayscale: #9A9A9A. Windows color (decimal): -4031777 or 14645954. OLE color: 14645954.
HSL color Cylindrical-coordinate representation of color #C27ADF: hue angle of 282.77º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27ADF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 122 | 223 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.13 |
| HSL | 282.77º | 0.61% | 0.68% | - |
| HSV(B) | 282.77º | 0.45% | 0.87% | - |
| XYZ | 42.53 | 30.72 | 73.5 | - |
| YUV | 155.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 223 | 0.13 | 0.45 | 0 | 0.13 | 282.77 | 0.61 | 0.68 |
| Hex | C2 | 7A | DF | D | 2D | 0 | D | 11B | 3D | 44 |
| Octal | 302 | 172 | 337 | 15 | 55 | 0 | 15 | 433 | 75 | 104 |
| Binary | 11000010 | 1111010 | 11011111 | 1101 | 101101 | 0 | 1101 | 100011011 | 111101 | 1000100 |
Color Harmonies of #C27ADF
Complementary color
Monochromatic Colors of #C27ADF
Black with #C27ADF
Text Example
Text Example
White with #C27ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ADF; }
p { color: rgb(194,122,223); }
H1.HeaderClassName
{
color: #C27ADF;
}
.AnyTagClassName
{
color: #C27ADF;
}
</style>
background-color css
<style>
a { background-color: #C27ADF; }
a { background-color: rgb(194,122,223); }
div.DivClassName
{
background-color: #C27ADF;
}
.BgClassName
{
background-color: #C27ADF;
}
</style>
border-color css
<style>
span { border-color: #C27ADF; }
span { border-color: rgb(194,122,223); }
td.TdClassName
{
border-color: #C27ADF;
}
.TagClassName
{
border-color: #C27ADF;
}
</style>