Shades of Wisteria #C398D0
Tints of Wisteria #C398D0
RGB
CMYK
RGB Variations
Color information
#C398D0 (or 0xC398D0) is known color: Wisteria. HEX triplet: C3, 98 and D0. RGB value is (195,152,208). Sum of RGB (Red+Green+Blue) = 195+152+208=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #C398D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398D0 is #3C672F. Grayscale: #ABABAB. Windows color (decimal): -3958576 or 13670595. OLE color: 13670595.
HSL color Cylindrical-coordinate representation of color #C398D0: hue angle of 286.07º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C398D0 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 152 | 208 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.18 |
| HSL | 286.07º | 0.37% | 0.71% | - |
| HSV(B) | 286.07º | 0.27% | 0.82% | - |
| XYZ | 45.12 | 38.61 | 64.75 | - |
| YUV | 171.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 208 | 0.06 | 0.27 | 0 | 0.18 | 286.07 | 0.37 | 0.71 |
| Hex | C3 | 98 | D0 | 6 | 1B | 0 | 12 | 11E | 25 | 47 |
| Octal | 303 | 230 | 320 | 6 | 33 | 0 | 22 | 436 | 45 | 107 |
| Binary | 11000011 | 10011000 | 11010000 | 110 | 11011 | 0 | 10010 | 100011110 | 100101 | 1000111 |
Color Harmonies of #C398D0
Complementary color
Monochromatic Colors of #C398D0
Black with #C398D0
Text Example
Text Example
White with #C398D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398D0; }
p { color: rgb(195,152,208); }
H1.HeaderClassName
{
color: #C398D0;
}
.AnyTagClassName
{
color: #C398D0;
}
</style>
background-color css
<style>
a { background-color: #C398D0; }
a { background-color: rgb(195,152,208); }
div.DivClassName
{
background-color: #C398D0;
}
.BgClassName
{
background-color: #C398D0;
}
</style>
border-color css
<style>
span { border-color: #C398D0; }
span { border-color: rgb(195,152,208); }
td.TdClassName
{
border-color: #C398D0;
}
.TagClassName
{
border-color: #C398D0;
}
</style>