Shades of Wisteria #C09ACF
Tints of Wisteria #C09ACF
RGB
CMYK
RGB Variations
Color information
#C09ACF (or 0xC09ACF) is known color: Wisteria. HEX triplet: C0, 9A and CF. RGB value is (192,154,207). Sum of RGB (Red+Green+Blue) = 192+154+207=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09ACF is #3F6530. Grayscale: #ABABAB. Windows color (decimal): -4154673 or 13605568. OLE color: 13605568.
HSL color Cylindrical-coordinate representation of color #C09ACF: hue angle of 283.02º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C09ACF is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 154 | 207 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.19 |
| HSL | 283.02º | 0.36% | 0.71% | - |
| HSV(B) | 283.02º | 0.26% | 0.81% | - |
| XYZ | 44.56 | 38.82 | 64.18 | - |
| YUV | 171.4 | 148.09 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 207 | 0.07 | 0.26 | 0 | 0.19 | 283.02 | 0.36 | 0.71 |
| Hex | C0 | 9A | CF | 7 | 1A | 0 | 13 | 11B | 24 | 47 |
| Octal | 300 | 232 | 317 | 7 | 32 | 0 | 23 | 433 | 44 | 107 |
| Binary | 11000000 | 10011010 | 11001111 | 111 | 11010 | 0 | 10011 | 100011011 | 100100 | 1000111 |
Color Harmonies of #C09ACF
Complementary color
Monochromatic Colors of #C09ACF
Black with #C09ACF
Text Example
Text Example
White with #C09ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09ACF; }
p { color: rgb(192,154,207); }
H1.HeaderClassName
{
color: #C09ACF;
}
.AnyTagClassName
{
color: #C09ACF;
}
</style>
background-color css
<style>
a { background-color: #C09ACF; }
a { background-color: rgb(192,154,207); }
div.DivClassName
{
background-color: #C09ACF;
}
.BgClassName
{
background-color: #C09ACF;
}
</style>
border-color css
<style>
span { border-color: #C09ACF; }
span { border-color: rgb(192,154,207); }
td.TdClassName
{
border-color: #C09ACF;
}
.TagClassName
{
border-color: #C09ACF;
}
</style>