Shades of Wisteria #C996DA
Tints of Wisteria #C996DA
RGB
CMYK
RGB Variations
Color information
#C996DA (or 0xC996DA) is known color: Wisteria. HEX triplet: C9, 96 and DA. RGB value is (201,150,218). Sum of RGB (Red+Green+Blue) = 201+150+218=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #C996DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C996DA is #366925. Grayscale: #ACACAC. Windows color (decimal): -3565862 or 14325449. OLE color: 14325449.
HSL color Cylindrical-coordinate representation of color #C996DA: hue angle of 285º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C996DA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 150 | 218 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.15 |
| HSL | 285º | 0.48% | 0.72% | - |
| HSV(B) | 285º | 0.31% | 0.85% | - |
| XYZ | 47.65 | 39.29 | 71.4 | - |
| YUV | 173 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 218 | 0.08 | 0.31 | 0 | 0.15 | 285 | 0.48 | 0.72 |
| Hex | C9 | 96 | DA | 8 | 1F | 0 | F | 11D | 30 | 48 |
| Octal | 311 | 226 | 332 | 10 | 37 | 0 | 17 | 435 | 60 | 110 |
| Binary | 11001001 | 10010110 | 11011010 | 1000 | 11111 | 0 | 1111 | 100011101 | 110000 | 1001000 |
Color Harmonies of #C996DA
Complementary color
Monochromatic Colors of #C996DA
Black with #C996DA
Text Example
Text Example
White with #C996DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996DA; }
p { color: rgb(201,150,218); }
H1.HeaderClassName
{
color: #C996DA;
}
.AnyTagClassName
{
color: #C996DA;
}
</style>
background-color css
<style>
a { background-color: #C996DA; }
a { background-color: rgb(201,150,218); }
div.DivClassName
{
background-color: #C996DA;
}
.BgClassName
{
background-color: #C996DA;
}
</style>
border-color css
<style>
span { border-color: #C996DA; }
span { border-color: rgb(201,150,218); }
td.TdClassName
{
border-color: #C996DA;
}
.TagClassName
{
border-color: #C996DA;
}
</style>