Shades of Wisteria #C099CE
Tints of Wisteria #C099CE
RGB
CMYK
RGB Variations
Color information
#C099CE (or 0xC099CE) is known color: Wisteria. HEX triplet: C0, 99 and CE. RGB value is (192,153,206). Sum of RGB (Red+Green+Blue) = 192+153+206=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C099CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CE is #3F6631. Grayscale: #AAAAAA. Windows color (decimal): -4154930 or 13539776. OLE color: 13539776.
HSL color Cylindrical-coordinate representation of color #C099CE: hue angle of 284.15º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C099CE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 153 | 206 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.19 |
| HSL | 284.15º | 0.35% | 0.7% | - |
| HSV(B) | 284.15º | 0.26% | 0.81% | - |
| XYZ | 44.27 | 38.45 | 63.48 | - |
| YUV | 170.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 206 | 0.07 | 0.26 | 0 | 0.19 | 284.15 | 0.35 | 0.7 |
| Hex | C0 | 99 | CE | 7 | 1A | 0 | 13 | 11C | 23 | 46 |
| Octal | 300 | 231 | 316 | 7 | 32 | 0 | 23 | 434 | 43 | 106 |
| Binary | 11000000 | 10011001 | 11001110 | 111 | 11010 | 0 | 10011 | 100011100 | 100011 | 1000110 |
Color Harmonies of #C099CE
Complementary color
Monochromatic Colors of #C099CE
Black with #C099CE
Text Example
Text Example
White with #C099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099CE; }
p { color: rgb(192,153,206); }
H1.HeaderClassName
{
color: #C099CE;
}
.AnyTagClassName
{
color: #C099CE;
}
</style>
background-color css
<style>
a { background-color: #C099CE; }
a { background-color: rgb(192,153,206); }
div.DivClassName
{
background-color: #C099CE;
}
.BgClassName
{
background-color: #C099CE;
}
</style>
border-color css
<style>
span { border-color: #C099CE; }
span { border-color: rgb(192,153,206); }
td.TdClassName
{
border-color: #C099CE;
}
.TagClassName
{
border-color: #C099CE;
}
</style>