Shades of Wisteria #C280DF
Tints of Wisteria #C280DF
RGB
CMYK
RGB Variations
Color information
#C280DF (or 0xC280DF) is known color: Wisteria. HEX triplet: C2, 80 and DF. RGB value is (194,128,223). Sum of RGB (Red+Green+Blue) = 194+128+223=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C280DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280DF is #3D7F20. Grayscale: #9E9E9E. Windows color (decimal): -4030241 or 14647490. OLE color: 14647490.
HSL color Cylindrical-coordinate representation of color #C280DF: hue angle of 281.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C280DF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 128 | 223 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.13 |
| HSL | 281.68º | 0.6% | 0.69% | - |
| HSV(B) | 281.68º | 0.43% | 0.87% | - |
| XYZ | 43.29 | 32.24 | 73.75 | - |
| YUV | 158.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 223 | 0.13 | 0.43 | 0 | 0.13 | 281.68 | 0.6 | 0.69 |
| Hex | C2 | 80 | DF | D | 2B | 0 | D | 11A | 3C | 45 |
| Octal | 302 | 200 | 337 | 15 | 53 | 0 | 15 | 432 | 74 | 105 |
| Binary | 11000010 | 10000000 | 11011111 | 1101 | 101011 | 0 | 1101 | 100011010 | 111100 | 1000101 |
Color Harmonies of #C280DF
Complementary color
Monochromatic Colors of #C280DF
Black with #C280DF
Text Example
Text Example
White with #C280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280DF; }
p { color: rgb(194,128,223); }
H1.HeaderClassName
{
color: #C280DF;
}
.AnyTagClassName
{
color: #C280DF;
}
</style>
background-color css
<style>
a { background-color: #C280DF; }
a { background-color: rgb(194,128,223); }
div.DivClassName
{
background-color: #C280DF;
}
.BgClassName
{
background-color: #C280DF;
}
</style>
border-color css
<style>
span { border-color: #C280DF; }
span { border-color: rgb(194,128,223); }
td.TdClassName
{
border-color: #C280DF;
}
.TagClassName
{
border-color: #C280DF;
}
</style>