Shades of Wisteria #C09FCA
Tints of Wisteria #C09FCA
RGB
CMYK
RGB Variations
Color information
#C09FCA (or 0xC09FCA) is known color: Wisteria. HEX triplet: C0, 9F and CA. RGB value is (192,159,202). Sum of RGB (Red+Green+Blue) = 192+159+202=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #C09FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCA is #3F6035. Grayscale: #ADADAD. Windows color (decimal): -4153398 or 13279168. OLE color: 13279168.
HSL color Cylindrical-coordinate representation of color #C09FCA: hue angle of 286.05º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09FCA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 159 | 202 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.21 |
| HSL | 286.05º | 0.29% | 0.71% | - |
| HSV(B) | 286.05º | 0.21% | 0.79% | - |
| XYZ | 44.8 | 40.27 | 61.29 | - |
| YUV | 173.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 202 | 0.05 | 0.21 | 0 | 0.21 | 286.05 | 0.29 | 0.71 |
| Hex | C0 | 9F | CA | 5 | 15 | 0 | 15 | 11E | 1D | 47 |
| Octal | 300 | 237 | 312 | 5 | 25 | 0 | 25 | 436 | 35 | 107 |
| Binary | 11000000 | 10011111 | 11001010 | 101 | 10101 | 0 | 10101 | 100011110 | 11101 | 1000111 |
Color Harmonies of #C09FCA
Complementary color
Monochromatic Colors of #C09FCA
Black with #C09FCA
Text Example
Text Example
White with #C09FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FCA; }
p { color: rgb(192,159,202); }
H1.HeaderClassName
{
color: #C09FCA;
}
.AnyTagClassName
{
color: #C09FCA;
}
</style>
background-color css
<style>
a { background-color: #C09FCA; }
a { background-color: rgb(192,159,202); }
div.DivClassName
{
background-color: #C09FCA;
}
.BgClassName
{
background-color: #C09FCA;
}
</style>
border-color css
<style>
span { border-color: #C09FCA; }
span { border-color: rgb(192,159,202); }
td.TdClassName
{
border-color: #C09FCA;
}
.TagClassName
{
border-color: #C09FCA;
}
</style>