Shades of Wisteria #C999DF
Tints of Wisteria #C999DF
RGB
CMYK
RGB Variations
Color information
#C999DF (or 0xC999DF) is known color: Wisteria. HEX triplet: C9, 99 and DF. RGB value is (201,153,223). Sum of RGB (Red+Green+Blue) = 201+153+223=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #C999DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999DF is #366620. Grayscale: #AFAFAF. Windows color (decimal): -3565089 or 14653897. OLE color: 14653897.
HSL color Cylindrical-coordinate representation of color #C999DF: hue angle of 281.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C999DF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 153 | 223 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.13 |
| HSL | 281.14º | 0.52% | 0.74% | - |
| HSV(B) | 281.14º | 0.31% | 0.87% | - |
| XYZ | 48.8 | 40.53 | 75.06 | - |
| YUV | 175.33 | 154.9 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 223 | 0.10 | 0.31 | 0 | 0.13 | 281.14 | 0.52 | 0.74 |
| Hex | C9 | 99 | DF | A | 1F | 0 | D | 119 | 34 | 4A |
| Octal | 311 | 231 | 337 | 12 | 37 | 0 | 15 | 431 | 64 | 112 |
| Binary | 11001001 | 10011001 | 11011111 | 1010 | 11111 | 0 | 1101 | 100011001 | 110100 | 1001010 |
Color Harmonies of #C999DF
Complementary color
Monochromatic Colors of #C999DF
Black with #C999DF
Text Example
Text Example
White with #C999DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999DF; }
p { color: rgb(201,153,223); }
H1.HeaderClassName
{
color: #C999DF;
}
.AnyTagClassName
{
color: #C999DF;
}
</style>
background-color css
<style>
a { background-color: #C999DF; }
a { background-color: rgb(201,153,223); }
div.DivClassName
{
background-color: #C999DF;
}
.BgClassName
{
background-color: #C999DF;
}
</style>
border-color css
<style>
span { border-color: #C999DF; }
span { border-color: rgb(201,153,223); }
td.TdClassName
{
border-color: #C999DF;
}
.TagClassName
{
border-color: #C999DF;
}
</style>