Shades of Wisteria #C282DB
Tints of Wisteria #C282DB
RGB
CMYK
RGB Variations
Color information
#C282DB (or 0xC282DB) is known color: Wisteria. HEX triplet: C2, 82 and DB. RGB value is (194,130,219). Sum of RGB (Red+Green+Blue) = 194+130+219=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #C282DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282DB is #3D7D24. Grayscale: #9E9E9E. Windows color (decimal): -4029733 or 14385858. OLE color: 14385858.
HSL color Cylindrical-coordinate representation of color #C282DB: hue angle of 283.15º degrees, saturation: 0.55, 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 #C282DB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 130 | 219 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.14 |
| HSL | 283.15º | 0.55% | 0.68% | - |
| HSV(B) | 283.15º | 0.41% | 0.86% | - |
| XYZ | 43.02 | 32.55 | 71.03 | - |
| YUV | 159.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 219 | 0.11 | 0.41 | 0 | 0.14 | 283.15 | 0.55 | 0.68 |
| Hex | C2 | 82 | DB | B | 29 | 0 | E | 11B | 37 | 44 |
| Octal | 302 | 202 | 333 | 13 | 51 | 0 | 16 | 433 | 67 | 104 |
| Binary | 11000010 | 10000010 | 11011011 | 1011 | 101001 | 0 | 1110 | 100011011 | 110111 | 1000100 |
Color Harmonies of #C282DB
Complementary color
Monochromatic Colors of #C282DB
Black with #C282DB
Text Example
Text Example
White with #C282DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282DB; }
p { color: rgb(194,130,219); }
H1.HeaderClassName
{
color: #C282DB;
}
.AnyTagClassName
{
color: #C282DB;
}
</style>
background-color css
<style>
a { background-color: #C282DB; }
a { background-color: rgb(194,130,219); }
div.DivClassName
{
background-color: #C282DB;
}
.BgClassName
{
background-color: #C282DB;
}
</style>
border-color css
<style>
span { border-color: #C282DB; }
span { border-color: rgb(194,130,219); }
td.TdClassName
{
border-color: #C282DB;
}
.TagClassName
{
border-color: #C282DB;
}
</style>