Shades of Wisteria #C895DA
Tints of Wisteria #C895DA
RGB
CMYK
RGB Variations
Color information
#C895DA (or 0xC895DA) is known color: Wisteria. HEX triplet: C8, 95 and DA. RGB value is (200,149,218). Sum of RGB (Red+Green+Blue) = 200+149+218=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #C895DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DA is #376A25. Grayscale: #ABABAB. Windows color (decimal): -3631654 or 14325192. OLE color: 14325192.
HSL color Cylindrical-coordinate representation of color #C895DA: hue angle of 284.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C895DA is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 149 | 218 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.15 |
| HSL | 284.35º | 0.48% | 0.72% | - |
| HSV(B) | 284.35º | 0.32% | 0.85% | - |
| XYZ | 47.22 | 38.84 | 71.34 | - |
| YUV | 172.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 218 | 0.08 | 0.32 | 0 | 0.15 | 284.35 | 0.48 | 0.72 |
| Hex | C8 | 95 | DA | 8 | 20 | 0 | F | 11C | 30 | 48 |
| Octal | 310 | 225 | 332 | 10 | 40 | 0 | 17 | 434 | 60 | 110 |
| Binary | 11001000 | 10010101 | 11011010 | 1000 | 100000 | 0 | 1111 | 100011100 | 110000 | 1001000 |
Color Harmonies of #C895DA
Complementary color
Monochromatic Colors of #C895DA
Black with #C895DA
Text Example
Text Example
White with #C895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895DA; }
p { color: rgb(200,149,218); }
H1.HeaderClassName
{
color: #C895DA;
}
.AnyTagClassName
{
color: #C895DA;
}
</style>
background-color css
<style>
a { background-color: #C895DA; }
a { background-color: rgb(200,149,218); }
div.DivClassName
{
background-color: #C895DA;
}
.BgClassName
{
background-color: #C895DA;
}
</style>
border-color css
<style>
span { border-color: #C895DA; }
span { border-color: rgb(200,149,218); }
td.TdClassName
{
border-color: #C895DA;
}
.TagClassName
{
border-color: #C895DA;
}
</style>