Shades of Wisteria #C07FDE
Tints of Wisteria #C07FDE
RGB
CMYK
RGB Variations
Color information
#C07FDE (or 0xC07FDE) is known color: Wisteria. HEX triplet: C0, 7F and DE. RGB value is (192,127,222). Sum of RGB (Red+Green+Blue) = 192+127+222=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C07FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDE is #3F8021. Grayscale: #9C9C9C. Windows color (decimal): -4161570 or 14581696. OLE color: 14581696.
HSL color Cylindrical-coordinate representation of color #C07FDE: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07FDE is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 127 | 222 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 281.05º | 0.59% | 0.68% | - |
| HSV(B) | 281.05º | 0.43% | 0.87% | - |
| XYZ | 42.51 | 31.66 | 72.98 | - |
| YUV | 157.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 222 | 0.14 | 0.43 | 0 | 0.13 | 281.05 | 0.59 | 0.68 |
| Hex | C0 | 7F | DE | E | 2B | 0 | D | 119 | 3B | 44 |
| Octal | 300 | 177 | 336 | 16 | 53 | 0 | 15 | 431 | 73 | 104 |
| Binary | 11000000 | 1111111 | 11011110 | 1110 | 101011 | 0 | 1101 | 100011001 | 111011 | 1000100 |
Color Harmonies of #C07FDE
Complementary color
Monochromatic Colors of #C07FDE
Black with #C07FDE
Text Example
Text Example
White with #C07FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FDE; }
p { color: rgb(192,127,222); }
H1.HeaderClassName
{
color: #C07FDE;
}
.AnyTagClassName
{
color: #C07FDE;
}
</style>
background-color css
<style>
a { background-color: #C07FDE; }
a { background-color: rgb(192,127,222); }
div.DivClassName
{
background-color: #C07FDE;
}
.BgClassName
{
background-color: #C07FDE;
}
</style>
border-color css
<style>
span { border-color: #C07FDE; }
span { border-color: rgb(192,127,222); }
td.TdClassName
{
border-color: #C07FDE;
}
.TagClassName
{
border-color: #C07FDE;
}
</style>