Shades of Wisteria #C09FD4
Tints of Wisteria #C09FD4
RGB
CMYK
RGB Variations
Color information
#C09FD4 (or 0xC09FD4) is known color: Wisteria. HEX triplet: C0, 9F and D4. RGB value is (192,159,212). Sum of RGB (Red+Green+Blue) = 192+159+212=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #C09FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD4 is #3F602B. Grayscale: #AEAEAE. Windows color (decimal): -4153388 or 13934528. OLE color: 13934528.
HSL color Cylindrical-coordinate representation of color #C09FD4: hue angle of 277.36º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09FD4 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 159 | 212 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.17 |
| HSL | 277.36º | 0.38% | 0.73% | - |
| HSV(B) | 277.36º | 0.25% | 0.83% | - |
| XYZ | 46.02 | 40.76 | 67.73 | - |
| YUV | 174.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 212 | 0.09 | 0.25 | 0 | 0.17 | 277.36 | 0.38 | 0.73 |
| Hex | C0 | 9F | D4 | 9 | 19 | 0 | 11 | 115 | 26 | 49 |
| Octal | 300 | 237 | 324 | 11 | 31 | 0 | 21 | 425 | 46 | 111 |
| Binary | 11000000 | 10011111 | 11010100 | 1001 | 11001 | 0 | 10001 | 100010101 | 100110 | 1001001 |
Color Harmonies of #C09FD4
Complementary color
Monochromatic Colors of #C09FD4
Black with #C09FD4
Text Example
Text Example
White with #C09FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FD4; }
p { color: rgb(192,159,212); }
H1.HeaderClassName
{
color: #C09FD4;
}
.AnyTagClassName
{
color: #C09FD4;
}
</style>
background-color css
<style>
a { background-color: #C09FD4; }
a { background-color: rgb(192,159,212); }
div.DivClassName
{
background-color: #C09FD4;
}
.BgClassName
{
background-color: #C09FD4;
}
</style>
border-color css
<style>
span { border-color: #C09FD4; }
span { border-color: rgb(192,159,212); }
td.TdClassName
{
border-color: #C09FD4;
}
.TagClassName
{
border-color: #C09FD4;
}
</style>