Shades of Wisteria #C896D2
Tints of Wisteria #C896D2
RGB
CMYK
RGB Variations
Color information
#C896D2 (or 0xC896D2) is known color: Wisteria. HEX triplet: C8, 96 and D2. RGB value is (200,150,210). Sum of RGB (Red+Green+Blue) = 200+150+210=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 210 - color contains mainly: blue. Hex color #C896D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C896D2 is #37692D. Grayscale: #ABABAB. Windows color (decimal): -3631406 or 13801160. OLE color: 13801160.
HSL color Cylindrical-coordinate representation of color #C896D2: hue angle of 290º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C896D2 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 150 | 210 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.18 |
| HSL | 290º | 0.4% | 0.71% | - |
| HSV(B) | 290º | 0.29% | 0.82% | - |
| XYZ | 46.36 | 38.75 | 66.01 | - |
| YUV | 171.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 210 | 0.05 | 0.29 | 0 | 0.18 | 290 | 0.4 | 0.71 |
| Hex | C8 | 96 | D2 | 5 | 1D | 0 | 12 | 122 | 28 | 47 |
| Octal | 310 | 226 | 322 | 5 | 35 | 0 | 22 | 442 | 50 | 107 |
| Binary | 11001000 | 10010110 | 11010010 | 101 | 11101 | 0 | 10010 | 100100010 | 101000 | 1000111 |
Color Harmonies of #C896D2
Complementary color
Monochromatic Colors of #C896D2
Black with #C896D2
Text Example
Text Example
White with #C896D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C896D2; }
p { color: rgb(200,150,210); }
H1.HeaderClassName
{
color: #C896D2;
}
.AnyTagClassName
{
color: #C896D2;
}
</style>
background-color css
<style>
a { background-color: #C896D2; }
a { background-color: rgb(200,150,210); }
div.DivClassName
{
background-color: #C896D2;
}
.BgClassName
{
background-color: #C896D2;
}
</style>
border-color css
<style>
span { border-color: #C896D2; }
span { border-color: rgb(200,150,210); }
td.TdClassName
{
border-color: #C896D2;
}
.TagClassName
{
border-color: #C896D2;
}
</style>