Shades of Wisteria #C195D0
Tints of Wisteria #C195D0
RGB
CMYK
RGB Variations
Color information
#C195D0 (or 0xC195D0) is known color: Wisteria. HEX triplet: C1, 95 and D0. RGB value is (193,149,208). Sum of RGB (Red+Green+Blue) = 193+149+208=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #C195D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195D0 is #3E6A2F. Grayscale: #A8A8A8. Windows color (decimal): -4090416 or 13669825. OLE color: 13669825.
HSL color Cylindrical-coordinate representation of color #C195D0: hue angle of 284.75º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C195D0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 149 | 208 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.18 |
| HSL | 284.75º | 0.39% | 0.7% | - |
| HSV(B) | 284.75º | 0.28% | 0.82% | - |
| XYZ | 44.12 | 37.39 | 64.57 | - |
| YUV | 168.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 208 | 0.07 | 0.28 | 0 | 0.18 | 284.75 | 0.39 | 0.7 |
| Hex | C1 | 95 | D0 | 7 | 1C | 0 | 12 | 11D | 27 | 46 |
| Octal | 301 | 225 | 320 | 7 | 34 | 0 | 22 | 435 | 47 | 106 |
| Binary | 11000001 | 10010101 | 11010000 | 111 | 11100 | 0 | 10010 | 100011101 | 100111 | 1000110 |
Color Harmonies of #C195D0
Complementary color
Monochromatic Colors of #C195D0
Black with #C195D0
Text Example
Text Example
White with #C195D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195D0; }
p { color: rgb(193,149,208); }
H1.HeaderClassName
{
color: #C195D0;
}
.AnyTagClassName
{
color: #C195D0;
}
</style>
background-color css
<style>
a { background-color: #C195D0; }
a { background-color: rgb(193,149,208); }
div.DivClassName
{
background-color: #C195D0;
}
.BgClassName
{
background-color: #C195D0;
}
</style>
border-color css
<style>
span { border-color: #C195D0; }
span { border-color: rgb(193,149,208); }
td.TdClassName
{
border-color: #C195D0;
}
.TagClassName
{
border-color: #C195D0;
}
</style>