Shades of Wisteria #C882DA
Tints of Wisteria #C882DA
RGB
CMYK
RGB Variations
Color information
#C882DA (or 0xC882DA) is known color: Wisteria. HEX triplet: C8, 82 and DA. RGB value is (200,130,218). Sum of RGB (Red+Green+Blue) = 200+130+218=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C882DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882DA is #377D25. Grayscale: #A0A0A0. Windows color (decimal): -3636518 or 14320328. OLE color: 14320328.
HSL color Cylindrical-coordinate representation of color #C882DA: hue angle of 287.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C882DA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 130 | 218 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.15 |
| HSL | 287.73º | 0.54% | 0.68% | - |
| HSV(B) | 287.73º | 0.4% | 0.85% | - |
| XYZ | 44.46 | 33.31 | 70.42 | - |
| YUV | 160.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 218 | 0.08 | 0.40 | 0 | 0.15 | 287.73 | 0.54 | 0.68 |
| Hex | C8 | 82 | DA | 8 | 28 | 0 | F | 120 | 36 | 44 |
| Octal | 310 | 202 | 332 | 10 | 50 | 0 | 17 | 440 | 66 | 104 |
| Binary | 11001000 | 10000010 | 11011010 | 1000 | 101000 | 0 | 1111 | 100100000 | 110110 | 1000100 |
Color Harmonies of #C882DA
Complementary color
Monochromatic Colors of #C882DA
Black with #C882DA
Text Example
Text Example
White with #C882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882DA; }
p { color: rgb(200,130,218); }
H1.HeaderClassName
{
color: #C882DA;
}
.AnyTagClassName
{
color: #C882DA;
}
</style>
background-color css
<style>
a { background-color: #C882DA; }
a { background-color: rgb(200,130,218); }
div.DivClassName
{
background-color: #C882DA;
}
.BgClassName
{
background-color: #C882DA;
}
</style>
border-color css
<style>
span { border-color: #C882DA; }
span { border-color: rgb(200,130,218); }
td.TdClassName
{
border-color: #C882DA;
}
.TagClassName
{
border-color: #C882DA;
}
</style>