Shades of Wisteria #C098DC
Tints of Wisteria #C098DC
RGB
CMYK
RGB Variations
Color information
#C098DC (or 0xC098DC) is known color: Wisteria. HEX triplet: C0, 98 and DC. RGB value is (192,152,220). Sum of RGB (Red+Green+Blue) = 192+152+220=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C098DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DC is #3F6723. Grayscale: #ABABAB. Windows color (decimal): -4155172 or 14457024. OLE color: 14457024.
HSL color Cylindrical-coordinate representation of color #C098DC: hue angle of 275.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C098DC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 152 | 220 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.14 |
| HSL | 275.29º | 0.49% | 0.73% | - |
| HSV(B) | 275.29º | 0.31% | 0.86% | - |
| XYZ | 45.88 | 38.83 | 72.79 | - |
| YUV | 171.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 220 | 0.13 | 0.31 | 0 | 0.14 | 275.29 | 0.49 | 0.73 |
| Hex | C0 | 98 | DC | D | 1F | 0 | E | 113 | 31 | 49 |
| Octal | 300 | 230 | 334 | 15 | 37 | 0 | 16 | 423 | 61 | 111 |
| Binary | 11000000 | 10011000 | 11011100 | 1101 | 11111 | 0 | 1110 | 100010011 | 110001 | 1001001 |
Color Harmonies of #C098DC
Complementary color
Monochromatic Colors of #C098DC
Black with #C098DC
Text Example
Text Example
White with #C098DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098DC; }
p { color: rgb(192,152,220); }
H1.HeaderClassName
{
color: #C098DC;
}
.AnyTagClassName
{
color: #C098DC;
}
</style>
background-color css
<style>
a { background-color: #C098DC; }
a { background-color: rgb(192,152,220); }
div.DivClassName
{
background-color: #C098DC;
}
.BgClassName
{
background-color: #C098DC;
}
</style>
border-color css
<style>
span { border-color: #C098DC; }
span { border-color: rgb(192,152,220); }
td.TdClassName
{
border-color: #C098DC;
}
.TagClassName
{
border-color: #C098DC;
}
</style>