Shades of Wisteria #C398DA
Tints of Wisteria #C398DA
RGB
CMYK
RGB Variations
Color information
#C398DA (or 0xC398DA) is known color: Wisteria. HEX triplet: C3, 98 and DA. RGB value is (195,152,218). Sum of RGB (Red+Green+Blue) = 195+152+218=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: blue. Hex color #C398DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398DA is #3C6725. Grayscale: #ACACAC. Windows color (decimal): -3958566 or 14325955. OLE color: 14325955.
HSL color Cylindrical-coordinate representation of color #C398DA: hue angle of 279.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C398DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 152 | 218 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.15 |
| HSL | 279.09º | 0.47% | 0.73% | - |
| HSV(B) | 279.09º | 0.3% | 0.85% | - |
| XYZ | 46.39 | 39.12 | 71.44 | - |
| YUV | 172.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 218 | 0.11 | 0.30 | 0 | 0.15 | 279.09 | 0.47 | 0.73 |
| Hex | C3 | 98 | DA | B | 1E | 0 | F | 117 | 2F | 49 |
| Octal | 303 | 230 | 332 | 13 | 36 | 0 | 17 | 427 | 57 | 111 |
| Binary | 11000011 | 10011000 | 11011010 | 1011 | 11110 | 0 | 1111 | 100010111 | 101111 | 1001001 |
Color Harmonies of #C398DA
Complementary color
Monochromatic Colors of #C398DA
Black with #C398DA
Text Example
Text Example
White with #C398DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398DA; }
p { color: rgb(195,152,218); }
H1.HeaderClassName
{
color: #C398DA;
}
.AnyTagClassName
{
color: #C398DA;
}
</style>
background-color css
<style>
a { background-color: #C398DA; }
a { background-color: rgb(195,152,218); }
div.DivClassName
{
background-color: #C398DA;
}
.BgClassName
{
background-color: #C398DA;
}
</style>
border-color css
<style>
span { border-color: #C398DA; }
span { border-color: rgb(195,152,218); }
td.TdClassName
{
border-color: #C398DA;
}
.TagClassName
{
border-color: #C398DA;
}
</style>