Shades of Wisteria #C099DF
Tints of Wisteria #C099DF
RGB
CMYK
RGB Variations
Color information
#C099DF (or 0xC099DF) is known color: Wisteria. HEX triplet: C0, 99 and DF. RGB value is (192,153,223). Sum of RGB (Red+Green+Blue) = 192+153+223=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C099DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DF is #3F6620. Grayscale: #ACACAC. Windows color (decimal): -4154913 or 14653888. OLE color: 14653888.
HSL color Cylindrical-coordinate representation of color #C099DF: hue angle of 273.43º 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 #C099DF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 153 | 223 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.13 |
| HSL | 273.43º | 0.52% | 0.74% | - |
| HSV(B) | 273.43º | 0.31% | 0.87% | - |
| XYZ | 46.45 | 39.32 | 74.95 | - |
| YUV | 172.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 223 | 0.14 | 0.31 | 0 | 0.13 | 273.43 | 0.52 | 0.74 |
| Hex | C0 | 99 | DF | E | 1F | 0 | D | 111 | 34 | 4A |
| Octal | 300 | 231 | 337 | 16 | 37 | 0 | 15 | 421 | 64 | 112 |
| Binary | 11000000 | 10011001 | 11011111 | 1110 | 11111 | 0 | 1101 | 100010001 | 110100 | 1001010 |
Color Harmonies of #C099DF
Complementary color
Monochromatic Colors of #C099DF
Black with #C099DF
Text Example
Text Example
White with #C099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099DF; }
p { color: rgb(192,153,223); }
H1.HeaderClassName
{
color: #C099DF;
}
.AnyTagClassName
{
color: #C099DF;
}
</style>
background-color css
<style>
a { background-color: #C099DF; }
a { background-color: rgb(192,153,223); }
div.DivClassName
{
background-color: #C099DF;
}
.BgClassName
{
background-color: #C099DF;
}
</style>
border-color css
<style>
span { border-color: #C099DF; }
span { border-color: rgb(192,153,223); }
td.TdClassName
{
border-color: #C099DF;
}
.TagClassName
{
border-color: #C099DF;
}
</style>