Shades of Wisteria #C782DD
Tints of Wisteria #C782DD
RGB
CMYK
RGB Variations
Color information
#C782DD (or 0xC782DD) is known color: Wisteria. HEX triplet: C7, 82 and DD. RGB value is (199,130,221). Sum of RGB (Red+Green+Blue) = 199+130+221=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #C782DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782DD is #387D22. Grayscale: #A0A0A0. Windows color (decimal): -3702051 or 14516935. OLE color: 14516935.
HSL color Cylindrical-coordinate representation of color #C782DD: hue angle of 285.49º 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 #C782DD is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 130 | 221 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.13 |
| HSL | 285.49º | 0.57% | 0.69% | - |
| HSV(B) | 285.49º | 0.41% | 0.87% | - |
| XYZ | 44.59 | 33.33 | 72.49 | - |
| YUV | 161.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 221 | 0.10 | 0.41 | 0 | 0.13 | 285.49 | 0.57 | 0.69 |
| Hex | C7 | 82 | DD | A | 29 | 0 | D | 11D | 39 | 45 |
| Octal | 307 | 202 | 335 | 12 | 51 | 0 | 15 | 435 | 71 | 105 |
| Binary | 11000111 | 10000010 | 11011101 | 1010 | 101001 | 0 | 1101 | 100011101 | 111001 | 1000101 |
Color Harmonies of #C782DD
Complementary color
Monochromatic Colors of #C782DD
Black with #C782DD
Text Example
Text Example
White with #C782DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782DD; }
p { color: rgb(199,130,221); }
H1.HeaderClassName
{
color: #C782DD;
}
.AnyTagClassName
{
color: #C782DD;
}
</style>
background-color css
<style>
a { background-color: #C782DD; }
a { background-color: rgb(199,130,221); }
div.DivClassName
{
background-color: #C782DD;
}
.BgClassName
{
background-color: #C782DD;
}
</style>
border-color css
<style>
span { border-color: #C782DD; }
span { border-color: rgb(199,130,221); }
td.TdClassName
{
border-color: #C782DD;
}
.TagClassName
{
border-color: #C782DD;
}
</style>