Shades of Wisteria #C281DC
Tints of Wisteria #C281DC
RGB
CMYK
RGB Variations
Color information
#C281DC (or 0xC281DC) is known color: Wisteria. HEX triplet: C2, 81 and DC. RGB value is (194,129,220). Sum of RGB (Red+Green+Blue) = 194+129+220=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C281DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281DC is #3D7E23. Grayscale: #9E9E9E. Windows color (decimal): -4029988 or 14451138. OLE color: 14451138.
HSL color Cylindrical-coordinate representation of color #C281DC: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C281DC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 129 | 220 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.14 |
| HSL | 282.86º | 0.57% | 0.68% | - |
| HSV(B) | 282.86º | 0.41% | 0.86% | - |
| XYZ | 43.02 | 32.34 | 71.68 | - |
| YUV | 158.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 220 | 0.12 | 0.41 | 0 | 0.14 | 282.86 | 0.57 | 0.68 |
| Hex | C2 | 81 | DC | C | 29 | 0 | E | 11B | 39 | 44 |
| Octal | 302 | 201 | 334 | 14 | 51 | 0 | 16 | 433 | 71 | 104 |
| Binary | 11000010 | 10000001 | 11011100 | 1100 | 101001 | 0 | 1110 | 100011011 | 111001 | 1000100 |
Color Harmonies of #C281DC
Complementary color
Monochromatic Colors of #C281DC
Black with #C281DC
Text Example
Text Example
White with #C281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281DC; }
p { color: rgb(194,129,220); }
H1.HeaderClassName
{
color: #C281DC;
}
.AnyTagClassName
{
color: #C281DC;
}
</style>
background-color css
<style>
a { background-color: #C281DC; }
a { background-color: rgb(194,129,220); }
div.DivClassName
{
background-color: #C281DC;
}
.BgClassName
{
background-color: #C281DC;
}
</style>
border-color css
<style>
span { border-color: #C281DC; }
span { border-color: rgb(194,129,220); }
td.TdClassName
{
border-color: #C281DC;
}
.TagClassName
{
border-color: #C281DC;
}
</style>