Shades of Wisteria #C099D2
Tints of Wisteria #C099D2
RGB
CMYK
RGB Variations
Color information
#C099D2 (or 0xC099D2) is known color: Wisteria. HEX triplet: C0, 99 and D2. RGB value is (192,153,210). Sum of RGB (Red+Green+Blue) = 192+153+210=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #C099D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099D2 is #3F662D. Grayscale: #AAAAAA. Windows color (decimal): -4154926 or 13801920. OLE color: 13801920.
HSL color Cylindrical-coordinate representation of color #C099D2: hue angle of 281.05º degrees, saturation: 0.39, 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 #C099D2 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 153 | 210 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.18 |
| HSL | 281.05º | 0.39% | 0.71% | - |
| HSV(B) | 281.05º | 0.27% | 0.82% | - |
| XYZ | 44.76 | 38.64 | 66.07 | - |
| YUV | 171.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 210 | 0.09 | 0.27 | 0 | 0.18 | 281.05 | 0.39 | 0.71 |
| Hex | C0 | 99 | D2 | 9 | 1B | 0 | 12 | 119 | 27 | 47 |
| Octal | 300 | 231 | 322 | 11 | 33 | 0 | 22 | 431 | 47 | 107 |
| Binary | 11000000 | 10011001 | 11010010 | 1001 | 11011 | 0 | 10010 | 100011001 | 100111 | 1000111 |
Color Harmonies of #C099D2
Complementary color
Monochromatic Colors of #C099D2
Black with #C099D2
Text Example
Text Example
White with #C099D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099D2; }
p { color: rgb(192,153,210); }
H1.HeaderClassName
{
color: #C099D2;
}
.AnyTagClassName
{
color: #C099D2;
}
</style>
background-color css
<style>
a { background-color: #C099D2; }
a { background-color: rgb(192,153,210); }
div.DivClassName
{
background-color: #C099D2;
}
.BgClassName
{
background-color: #C099D2;
}
</style>
border-color css
<style>
span { border-color: #C099D2; }
span { border-color: rgb(192,153,210); }
td.TdClassName
{
border-color: #C099D2;
}
.TagClassName
{
border-color: #C099D2;
}
</style>