Shades of Wisteria #C895D5
Tints of Wisteria #C895D5
RGB
CMYK
RGB Variations
Color information
#C895D5 (or 0xC895D5) is known color: Wisteria. HEX triplet: C8, 95 and D5. RGB value is (200,149,213). Sum of RGB (Red+Green+Blue) = 200+149+213=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C895D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D5 is #376A2A. Grayscale: #ABABAB. Windows color (decimal): -3631659 or 13997512. OLE color: 13997512.
HSL color Cylindrical-coordinate representation of color #C895D5: hue angle of 287.81º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C895D5 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 149 | 213 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.16 |
| HSL | 287.81º | 0.43% | 0.71% | - |
| HSV(B) | 287.81º | 0.3% | 0.84% | - |
| XYZ | 46.58 | 38.58 | 67.94 | - |
| YUV | 171.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 213 | 0.06 | 0.30 | 0 | 0.16 | 287.81 | 0.43 | 0.71 |
| Hex | C8 | 95 | D5 | 6 | 1E | 0 | 10 | 120 | 2B | 47 |
| Octal | 310 | 225 | 325 | 6 | 36 | 0 | 20 | 440 | 53 | 107 |
| Binary | 11001000 | 10010101 | 11010101 | 110 | 11110 | 0 | 10000 | 100100000 | 101011 | 1000111 |
Color Harmonies of #C895D5
Complementary color
Monochromatic Colors of #C895D5
Black with #C895D5
Text Example
Text Example
White with #C895D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895D5; }
p { color: rgb(200,149,213); }
H1.HeaderClassName
{
color: #C895D5;
}
.AnyTagClassName
{
color: #C895D5;
}
</style>
background-color css
<style>
a { background-color: #C895D5; }
a { background-color: rgb(200,149,213); }
div.DivClassName
{
background-color: #C895D5;
}
.BgClassName
{
background-color: #C895D5;
}
</style>
border-color css
<style>
span { border-color: #C895D5; }
span { border-color: rgb(200,149,213); }
td.TdClassName
{
border-color: #C895D5;
}
.TagClassName
{
border-color: #C895D5;
}
</style>