Shades of Wisteria #C399DD
Tints of Wisteria #C399DD
RGB
CMYK
RGB Variations
Color information
#C399DD (or 0xC399DD) is known color: Wisteria. HEX triplet: C3, 99 and DD. RGB value is (195,153,221). Sum of RGB (Red+Green+Blue) = 195+153+221=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C399DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399DD is #3C6622. Grayscale: #ADADAD. Windows color (decimal): -3958307 or 14522819. OLE color: 14522819.
HSL color Cylindrical-coordinate representation of color #C399DD: hue angle of 277.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C399DD is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 153 | 221 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.13 |
| HSL | 277.06º | 0.5% | 0.73% | - |
| HSV(B) | 277.06º | 0.31% | 0.87% | - |
| XYZ | 46.95 | 39.61 | 73.58 | - |
| YUV | 173.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 221 | 0.12 | 0.31 | 0 | 0.13 | 277.06 | 0.5 | 0.73 |
| Hex | C3 | 99 | DD | C | 1F | 0 | D | 115 | 32 | 49 |
| Octal | 303 | 231 | 335 | 14 | 37 | 0 | 15 | 425 | 62 | 111 |
| Binary | 11000011 | 10011001 | 11011101 | 1100 | 11111 | 0 | 1101 | 100010101 | 110010 | 1001001 |
Color Harmonies of #C399DD
Complementary color
Monochromatic Colors of #C399DD
Black with #C399DD
Text Example
Text Example
White with #C399DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399DD; }
p { color: rgb(195,153,221); }
H1.HeaderClassName
{
color: #C399DD;
}
.AnyTagClassName
{
color: #C399DD;
}
</style>
background-color css
<style>
a { background-color: #C399DD; }
a { background-color: rgb(195,153,221); }
div.DivClassName
{
background-color: #C399DD;
}
.BgClassName
{
background-color: #C399DD;
}
</style>
border-color css
<style>
span { border-color: #C399DD; }
span { border-color: rgb(195,153,221); }
td.TdClassName
{
border-color: #C399DD;
}
.TagClassName
{
border-color: #C399DD;
}
</style>