Shades of Wisteria #C282DD
Tints of Wisteria #C282DD
RGB
CMYK
RGB Variations
Color information
#C282DD (or 0xC282DD) is known color: Wisteria. HEX triplet: C2, 82 and DD. RGB value is (194,130,221). Sum of RGB (Red+Green+Blue) = 194+130+221=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C282DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282DD is #3D7D22. Grayscale: #9F9F9F. Windows color (decimal): -4029731 or 14516930. OLE color: 14516930.
HSL color Cylindrical-coordinate representation of color #C282DD: hue angle of 282.2º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C282DD is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 130 | 221 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.13 |
| HSL | 282.2º | 0.57% | 0.69% | - |
| HSV(B) | 282.2º | 0.41% | 0.87% | - |
| XYZ | 43.28 | 32.66 | 72.43 | - |
| YUV | 159.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 221 | 0.12 | 0.41 | 0 | 0.13 | 282.2 | 0.57 | 0.69 |
| Hex | C2 | 82 | DD | C | 29 | 0 | D | 11A | 39 | 45 |
| Octal | 302 | 202 | 335 | 14 | 51 | 0 | 15 | 432 | 71 | 105 |
| Binary | 11000010 | 10000010 | 11011101 | 1100 | 101001 | 0 | 1101 | 100011010 | 111001 | 1000101 |
Color Harmonies of #C282DD
Complementary color
Monochromatic Colors of #C282DD
Black with #C282DD
Text Example
Text Example
White with #C282DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282DD; }
p { color: rgb(194,130,221); }
H1.HeaderClassName
{
color: #C282DD;
}
.AnyTagClassName
{
color: #C282DD;
}
</style>
background-color css
<style>
a { background-color: #C282DD; }
a { background-color: rgb(194,130,221); }
div.DivClassName
{
background-color: #C282DD;
}
.BgClassName
{
background-color: #C282DD;
}
</style>
border-color css
<style>
span { border-color: #C282DD; }
span { border-color: rgb(194,130,221); }
td.TdClassName
{
border-color: #C282DD;
}
.TagClassName
{
border-color: #C282DD;
}
</style>