Shades of Wisteria #C099DE
Tints of Wisteria #C099DE
RGB
CMYK
RGB Variations
Color information
#C099DE (or 0xC099DE) is known color: Wisteria. HEX triplet: C0, 99 and DE. RGB value is (192,153,222). Sum of RGB (Red+Green+Blue) = 192+153+222=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #C099DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DE is #3F6621. Grayscale: #ACACAC. Windows color (decimal): -4154914 or 14588352. OLE color: 14588352.
HSL color Cylindrical-coordinate representation of color #C099DE: hue angle of 273.91º degrees, saturation: 0.51, 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 #C099DE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 153 | 222 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.13 |
| HSL | 273.91º | 0.51% | 0.74% | - |
| HSV(B) | 273.91º | 0.31% | 0.87% | - |
| XYZ | 46.31 | 39.26 | 74.24 | - |
| YUV | 172.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 222 | 0.14 | 0.31 | 0 | 0.13 | 273.91 | 0.51 | 0.74 |
| Hex | C0 | 99 | DE | E | 1F | 0 | D | 112 | 33 | 4A |
| Octal | 300 | 231 | 336 | 16 | 37 | 0 | 15 | 422 | 63 | 112 |
| Binary | 11000000 | 10011001 | 11011110 | 1110 | 11111 | 0 | 1101 | 100010010 | 110011 | 1001010 |
Color Harmonies of #C099DE
Complementary color
Monochromatic Colors of #C099DE
Black with #C099DE
Text Example
Text Example
White with #C099DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099DE; }
p { color: rgb(192,153,222); }
H1.HeaderClassName
{
color: #C099DE;
}
.AnyTagClassName
{
color: #C099DE;
}
</style>
background-color css
<style>
a { background-color: #C099DE; }
a { background-color: rgb(192,153,222); }
div.DivClassName
{
background-color: #C099DE;
}
.BgClassName
{
background-color: #C099DE;
}
</style>
border-color css
<style>
span { border-color: #C099DE; }
span { border-color: rgb(192,153,222); }
td.TdClassName
{
border-color: #C099DE;
}
.TagClassName
{
border-color: #C099DE;
}
</style>