Shades of Wisteria #C399D0
Tints of Wisteria #C399D0
RGB
CMYK
RGB Variations
Color information
#C399D0 (or 0xC399D0) is known color: Wisteria. HEX triplet: C3, 99 and D0. RGB value is (195,153,208). Sum of RGB (Red+Green+Blue) = 195+153+208=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C399D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399D0 is #3C662F. Grayscale: #ABABAB. Windows color (decimal): -3958320 or 13670851. OLE color: 13670851.
HSL color Cylindrical-coordinate representation of color #C399D0: hue angle of 285.82º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C399D0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 153 | 208 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.18 |
| HSL | 285.82º | 0.37% | 0.71% | - |
| HSV(B) | 285.82º | 0.26% | 0.82% | - |
| XYZ | 45.28 | 38.94 | 64.8 | - |
| YUV | 171.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 208 | 0.06 | 0.26 | 0 | 0.18 | 285.82 | 0.37 | 0.71 |
| Hex | C3 | 99 | D0 | 6 | 1A | 0 | 12 | 11E | 25 | 47 |
| Octal | 303 | 231 | 320 | 6 | 32 | 0 | 22 | 436 | 45 | 107 |
| Binary | 11000011 | 10011001 | 11010000 | 110 | 11010 | 0 | 10010 | 100011110 | 100101 | 1000111 |
Color Harmonies of #C399D0
Complementary color
Monochromatic Colors of #C399D0
Black with #C399D0
Text Example
Text Example
White with #C399D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399D0; }
p { color: rgb(195,153,208); }
H1.HeaderClassName
{
color: #C399D0;
}
.AnyTagClassName
{
color: #C399D0;
}
</style>
background-color css
<style>
a { background-color: #C399D0; }
a { background-color: rgb(195,153,208); }
div.DivClassName
{
background-color: #C399D0;
}
.BgClassName
{
background-color: #C399D0;
}
</style>
border-color css
<style>
span { border-color: #C399D0; }
span { border-color: rgb(195,153,208); }
td.TdClassName
{
border-color: #C399D0;
}
.TagClassName
{
border-color: #C399D0;
}
</style>