Shades of Wisteria #C098CD
Tints of Wisteria #C098CD
RGB
CMYK
RGB Variations
Color information
#C098CD (or 0xC098CD) is known color: Wisteria. HEX triplet: C0, 98 and CD. RGB value is (192,152,205). Sum of RGB (Red+Green+Blue) = 192+152+205=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #C098CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098CD is #3F6732. Grayscale: #A9A9A9. Windows color (decimal): -4155187 or 13473984. OLE color: 13473984.
HSL color Cylindrical-coordinate representation of color #C098CD: hue angle of 285.28º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C098CD is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 152 | 205 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.20 |
| HSL | 285.28º | 0.35% | 0.7% | - |
| HSV(B) | 285.28º | 0.26% | 0.8% | - |
| XYZ | 43.99 | 38.07 | 62.79 | - |
| YUV | 170 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 205 | 0.06 | 0.26 | 0 | 0.20 | 285.28 | 0.35 | 0.7 |
| Hex | C0 | 98 | CD | 6 | 1A | 0 | 14 | 11D | 23 | 46 |
| Octal | 300 | 230 | 315 | 6 | 32 | 0 | 24 | 435 | 43 | 106 |
| Binary | 11000000 | 10011000 | 11001101 | 110 | 11010 | 0 | 10100 | 100011101 | 100011 | 1000110 |
Color Harmonies of #C098CD
Complementary color
Monochromatic Colors of #C098CD
Black with #C098CD
Text Example
Text Example
White with #C098CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C098CD; }
p { color: rgb(192,152,205); }
H1.HeaderClassName
{
color: #C098CD;
}
.AnyTagClassName
{
color: #C098CD;
}
</style>
background-color css
<style>
a { background-color: #C098CD; }
a { background-color: rgb(192,152,205); }
div.DivClassName
{
background-color: #C098CD;
}
.BgClassName
{
background-color: #C098CD;
}
</style>
border-color css
<style>
span { border-color: #C098CD; }
span { border-color: rgb(192,152,205); }
td.TdClassName
{
border-color: #C098CD;
}
.TagClassName
{
border-color: #C098CD;
}
</style>