Shades of Wisteria #C099D0
Tints of Wisteria #C099D0
RGB
CMYK
RGB Variations
Color information
#C099D0 (or 0xC099D0) is known color: Wisteria. HEX triplet: C0, 99 and D0. RGB value is (192,153,208). Sum of RGB (Red+Green+Blue) = 192+153+208=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #C099D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099D0 is #3F662F. Grayscale: #AAAAAA. Windows color (decimal): -4154928 or 13670848. OLE color: 13670848.
HSL color Cylindrical-coordinate representation of color #C099D0: hue angle of 282.55º 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 #C099D0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 153 | 208 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.18 |
| HSL | 282.55º | 0.37% | 0.71% | - |
| HSV(B) | 282.55º | 0.26% | 0.82% | - |
| XYZ | 44.51 | 38.54 | 64.77 | - |
| YUV | 170.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 208 | 0.08 | 0.26 | 0 | 0.18 | 282.55 | 0.37 | 0.71 |
| Hex | C0 | 99 | D0 | 8 | 1A | 0 | 12 | 11B | 25 | 47 |
| Octal | 300 | 231 | 320 | 10 | 32 | 0 | 22 | 433 | 45 | 107 |
| Binary | 11000000 | 10011001 | 11010000 | 1000 | 11010 | 0 | 10010 | 100011011 | 100101 | 1000111 |
Color Harmonies of #C099D0
Complementary color
Monochromatic Colors of #C099D0
Black with #C099D0
Text Example
Text Example
White with #C099D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099D0; }
p { color: rgb(192,153,208); }
H1.HeaderClassName
{
color: #C099D0;
}
.AnyTagClassName
{
color: #C099D0;
}
</style>
background-color css
<style>
a { background-color: #C099D0; }
a { background-color: rgb(192,153,208); }
div.DivClassName
{
background-color: #C099D0;
}
.BgClassName
{
background-color: #C099D0;
}
</style>
border-color css
<style>
span { border-color: #C099D0; }
span { border-color: rgb(192,153,208); }
td.TdClassName
{
border-color: #C099D0;
}
.TagClassName
{
border-color: #C099D0;
}
</style>