Shades of Wisteria #C09FCF
Tints of Wisteria #C09FCF
RGB
CMYK
RGB Variations
Color information
#C09FCF (or 0xC09FCF) is known color: Wisteria. HEX triplet: C0, 9F and CF. RGB value is (192,159,207). Sum of RGB (Red+Green+Blue) = 192+159+207=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C09FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCF is #3F6030. Grayscale: #AEAEAE. Windows color (decimal): -4153393 or 13606848. OLE color: 13606848.
HSL color Cylindrical-coordinate representation of color #C09FCF: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09FCF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 159 | 207 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.19 |
| HSL | 281.25º | 0.33% | 0.72% | - |
| HSV(B) | 281.25º | 0.23% | 0.81% | - |
| XYZ | 45.4 | 40.51 | 64.46 | - |
| YUV | 174.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 207 | 0.07 | 0.23 | 0 | 0.19 | 281.25 | 0.33 | 0.72 |
| Hex | C0 | 9F | CF | 7 | 17 | 0 | 13 | 119 | 21 | 48 |
| Octal | 300 | 237 | 317 | 7 | 27 | 0 | 23 | 431 | 41 | 110 |
| Binary | 11000000 | 10011111 | 11001111 | 111 | 10111 | 0 | 10011 | 100011001 | 100001 | 1001000 |
Color Harmonies of #C09FCF
Complementary color
Monochromatic Colors of #C09FCF
Black with #C09FCF
Text Example
Text Example
White with #C09FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FCF; }
p { color: rgb(192,159,207); }
H1.HeaderClassName
{
color: #C09FCF;
}
.AnyTagClassName
{
color: #C09FCF;
}
</style>
background-color css
<style>
a { background-color: #C09FCF; }
a { background-color: rgb(192,159,207); }
div.DivClassName
{
background-color: #C09FCF;
}
.BgClassName
{
background-color: #C09FCF;
}
</style>
border-color css
<style>
span { border-color: #C09FCF; }
span { border-color: rgb(192,159,207); }
td.TdClassName
{
border-color: #C09FCF;
}
.TagClassName
{
border-color: #C09FCF;
}
</style>