Shades of Wisteria #C282DC
Tints of Wisteria #C282DC
RGB
CMYK
RGB Variations
Color information
#C282DC (or 0xC282DC) is known color: Wisteria. HEX triplet: C2, 82 and DC. RGB value is (194,130,220). Sum of RGB (Red+Green+Blue) = 194+130+220=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #C282DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282DC is #3D7D23. Grayscale: #9F9F9F. Windows color (decimal): -4029732 or 14451394. OLE color: 14451394.
HSL color Cylindrical-coordinate representation of color #C282DC: hue angle of 282.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C282DC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 130 | 220 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.14 |
| HSL | 282.67º | 0.56% | 0.69% | - |
| HSV(B) | 282.67º | 0.41% | 0.86% | - |
| XYZ | 43.15 | 32.6 | 71.73 | - |
| YUV | 159.4 | 162.2 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 220 | 0.12 | 0.41 | 0 | 0.14 | 282.67 | 0.56 | 0.69 |
| Hex | C2 | 82 | DC | C | 29 | 0 | E | 11B | 38 | 45 |
| Octal | 302 | 202 | 334 | 14 | 51 | 0 | 16 | 433 | 70 | 105 |
| Binary | 11000010 | 10000010 | 11011100 | 1100 | 101001 | 0 | 1110 | 100011011 | 111000 | 1000101 |
Color Harmonies of #C282DC
Complementary color
Monochromatic Colors of #C282DC
Black with #C282DC
Text Example
Text Example
White with #C282DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C282DC; }
p { color: rgb(194,130,220); }
H1.HeaderClassName
{
color: #C282DC;
}
.AnyTagClassName
{
color: #C282DC;
}
</style>
background-color css
<style>
a { background-color: #C282DC; }
a { background-color: rgb(194,130,220); }
div.DivClassName
{
background-color: #C282DC;
}
.BgClassName
{
background-color: #C282DC;
}
</style>
border-color css
<style>
span { border-color: #C282DC; }
span { border-color: rgb(194,130,220); }
td.TdClassName
{
border-color: #C282DC;
}
.TagClassName
{
border-color: #C282DC;
}
</style>