Shades of Wisteria #C099D1
Tints of Wisteria #C099D1
RGB
CMYK
RGB Variations
Color information
#C099D1 (or 0xC099D1) is known color: Wisteria. HEX triplet: C0, 99 and D1. RGB value is (192,153,209). Sum of RGB (Red+Green+Blue) = 192+153+209=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #C099D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099D1 is #3F662E. Grayscale: #AAAAAA. Windows color (decimal): -4154927 or 13736384. OLE color: 13736384.
HSL color Cylindrical-coordinate representation of color #C099D1: hue angle of 281.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C099D1 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 153 | 209 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.18 |
| HSL | 281.79º | 0.38% | 0.71% | - |
| HSV(B) | 281.79º | 0.27% | 0.82% | - |
| XYZ | 44.64 | 38.59 | 65.42 | - |
| YUV | 171.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 209 | 0.08 | 0.27 | 0 | 0.18 | 281.79 | 0.38 | 0.71 |
| Hex | C0 | 99 | D1 | 8 | 1B | 0 | 12 | 11A | 26 | 47 |
| Octal | 300 | 231 | 321 | 10 | 33 | 0 | 22 | 432 | 46 | 107 |
| Binary | 11000000 | 10011001 | 11010001 | 1000 | 11011 | 0 | 10010 | 100011010 | 100110 | 1000111 |
Color Harmonies of #C099D1
Complementary color
Monochromatic Colors of #C099D1
Black with #C099D1
Text Example
Text Example
White with #C099D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099D1; }
p { color: rgb(192,153,209); }
H1.HeaderClassName
{
color: #C099D1;
}
.AnyTagClassName
{
color: #C099D1;
}
</style>
background-color css
<style>
a { background-color: #C099D1; }
a { background-color: rgb(192,153,209); }
div.DivClassName
{
background-color: #C099D1;
}
.BgClassName
{
background-color: #C099D1;
}
</style>
border-color css
<style>
span { border-color: #C099D1; }
span { border-color: rgb(192,153,209); }
td.TdClassName
{
border-color: #C099D1;
}
.TagClassName
{
border-color: #C099D1;
}
</style>