Shades of Wisteria #C099DC
Tints of Wisteria #C099DC
RGB
CMYK
RGB Variations
Color information
#C099DC (or 0xC099DC) is known color: Wisteria. HEX triplet: C0, 99 and DC. RGB value is (192,153,220). Sum of RGB (Red+Green+Blue) = 192+153+220=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #C099DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DC is #3F6623. Grayscale: #ACACAC. Windows color (decimal): -4154916 or 14457280. OLE color: 14457280.
HSL color Cylindrical-coordinate representation of color #C099DC: hue angle of 274.93º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C099DC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 153 | 220 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.14 |
| HSL | 274.93º | 0.49% | 0.73% | - |
| HSV(B) | 274.93º | 0.3% | 0.86% | - |
| XYZ | 46.05 | 39.16 | 72.84 | - |
| YUV | 172.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 220 | 0.13 | 0.30 | 0 | 0.14 | 274.93 | 0.49 | 0.73 |
| Hex | C0 | 99 | DC | D | 1E | 0 | E | 113 | 31 | 49 |
| Octal | 300 | 231 | 334 | 15 | 36 | 0 | 16 | 423 | 61 | 111 |
| Binary | 11000000 | 10011001 | 11011100 | 1101 | 11110 | 0 | 1110 | 100010011 | 110001 | 1001001 |
Color Harmonies of #C099DC
Complementary color
Monochromatic Colors of #C099DC
Black with #C099DC
Text Example
Text Example
White with #C099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099DC; }
p { color: rgb(192,153,220); }
H1.HeaderClassName
{
color: #C099DC;
}
.AnyTagClassName
{
color: #C099DC;
}
</style>
background-color css
<style>
a { background-color: #C099DC; }
a { background-color: rgb(192,153,220); }
div.DivClassName
{
background-color: #C099DC;
}
.BgClassName
{
background-color: #C099DC;
}
</style>
border-color css
<style>
span { border-color: #C099DC; }
span { border-color: rgb(192,153,220); }
td.TdClassName
{
border-color: #C099DC;
}
.TagClassName
{
border-color: #C099DC;
}
</style>