Shades of Medium Orchid #C071DF
Tints of Medium Orchid #C071DF
RGB
CMYK
RGB Variations
Color information
#C071DF (or 0xC071DF) is known color: Medium Orchid. HEX triplet: C0, 71 and DF. RGB value is (192,113,223). Sum of RGB (Red+Green+Blue) = 192+113+223=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C071DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071DF is #3F8E20. Grayscale: #949494. Windows color (decimal): -4165153 or 14643648. OLE color: 14643648.
HSL color Cylindrical-coordinate representation of color #C071DF: hue angle of 283.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C071DF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 113 | 223 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.13 |
| HSL | 283.09º | 0.63% | 0.66% | - |
| HSV(B) | 283.09º | 0.49% | 0.87% | - |
| XYZ | 40.96 | 28.34 | 73.12 | - |
| YUV | 149.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 223 | 0.14 | 0.49 | 0 | 0.13 | 283.09 | 0.63 | 0.66 |
| Hex | C0 | 71 | DF | E | 31 | 0 | D | 11B | 3F | 42 |
| Octal | 300 | 161 | 337 | 16 | 61 | 0 | 15 | 433 | 77 | 102 |
| Binary | 11000000 | 1110001 | 11011111 | 1110 | 110001 | 0 | 1101 | 100011011 | 111111 | 1000010 |
Color Harmonies of #C071DF
Complementary color
Monochromatic Colors of #C071DF
Black with #C071DF
Text Example
Text Example
White with #C071DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071DF; }
p { color: rgb(192,113,223); }
H1.HeaderClassName
{
color: #C071DF;
}
.AnyTagClassName
{
color: #C071DF;
}
</style>
background-color css
<style>
a { background-color: #C071DF; }
a { background-color: rgb(192,113,223); }
div.DivClassName
{
background-color: #C071DF;
}
.BgClassName
{
background-color: #C071DF;
}
</style>
border-color css
<style>
span { border-color: #C071DF; }
span { border-color: rgb(192,113,223); }
td.TdClassName
{
border-color: #C071DF;
}
.TagClassName
{
border-color: #C071DF;
}
</style>