Shades of Wisteria #C399DA
Tints of Wisteria #C399DA
RGB
CMYK
RGB Variations
Color information
#C399DA (or 0xC399DA) is known color: Wisteria. HEX triplet: C3, 99 and DA. RGB value is (195,153,218). Sum of RGB (Red+Green+Blue) = 195+153+218=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C399DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DA is #3C6625. Grayscale: #ACACAC. Windows color (decimal): -3958310 or 14326211. OLE color: 14326211.
HSL color Cylindrical-coordinate representation of color #C399DA: hue angle of 278.77º 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 #C399DA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 153 | 218 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.15 |
| HSL | 278.77º | 0.47% | 0.73% | - |
| HSV(B) | 278.77º | 0.3% | 0.85% | - |
| XYZ | 46.55 | 39.45 | 71.49 | - |
| YUV | 172.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 218 | 0.11 | 0.30 | 0 | 0.15 | 278.77 | 0.47 | 0.73 |
| Hex | C3 | 99 | DA | B | 1E | 0 | F | 117 | 2F | 49 |
| Octal | 303 | 231 | 332 | 13 | 36 | 0 | 17 | 427 | 57 | 111 |
| Binary | 11000011 | 10011001 | 11011010 | 1011 | 11110 | 0 | 1111 | 100010111 | 101111 | 1001001 |
Color Harmonies of #C399DA
Complementary color
Monochromatic Colors of #C399DA
Black with #C399DA
Text Example
Text Example
White with #C399DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399DA; }
p { color: rgb(195,153,218); }
H1.HeaderClassName
{
color: #C399DA;
}
.AnyTagClassName
{
color: #C399DA;
}
</style>
background-color css
<style>
a { background-color: #C399DA; }
a { background-color: rgb(195,153,218); }
div.DivClassName
{
background-color: #C399DA;
}
.BgClassName
{
background-color: #C399DA;
}
</style>
border-color css
<style>
span { border-color: #C399DA; }
span { border-color: rgb(195,153,218); }
td.TdClassName
{
border-color: #C399DA;
}
.TagClassName
{
border-color: #C399DA;
}
</style>