Shades of Wisteria #C094CF
Tints of Wisteria #C094CF
RGB
CMYK
RGB Variations
Color information
#C094CF (or 0xC094CF) is known color: Wisteria. HEX triplet: C0, 94 and CF. RGB value is (192,148,207). Sum of RGB (Red+Green+Blue) = 192+148+207=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C094CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CF is #3F6B30. Grayscale: #A7A7A7. Windows color (decimal): -4156209 or 13604032. OLE color: 13604032.
HSL color Cylindrical-coordinate representation of color #C094CF: hue angle of 284.75º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C094CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 148 | 207 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.19 |
| HSL | 284.75º | 0.38% | 0.7% | - |
| HSV(B) | 284.75º | 0.29% | 0.81% | - |
| XYZ | 43.59 | 36.89 | 63.85 | - |
| YUV | 167.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 207 | 0.07 | 0.29 | 0 | 0.19 | 284.75 | 0.38 | 0.7 |
| Hex | C0 | 94 | CF | 7 | 1D | 0 | 13 | 11D | 26 | 46 |
| Octal | 300 | 224 | 317 | 7 | 35 | 0 | 23 | 435 | 46 | 106 |
| Binary | 11000000 | 10010100 | 11001111 | 111 | 11101 | 0 | 10011 | 100011101 | 100110 | 1000110 |
Color Harmonies of #C094CF
Complementary color
Monochromatic Colors of #C094CF
Black with #C094CF
Text Example
Text Example
White with #C094CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094CF; }
p { color: rgb(192,148,207); }
H1.HeaderClassName
{
color: #C094CF;
}
.AnyTagClassName
{
color: #C094CF;
}
</style>
background-color css
<style>
a { background-color: #C094CF; }
a { background-color: rgb(192,148,207); }
div.DivClassName
{
background-color: #C094CF;
}
.BgClassName
{
background-color: #C094CF;
}
</style>
border-color css
<style>
span { border-color: #C094CF; }
span { border-color: rgb(192,148,207); }
td.TdClassName
{
border-color: #C094CF;
}
.TagClassName
{
border-color: #C094CF;
}
</style>