Shades of Medium Orchid #C071D8
Tints of Medium Orchid #C071D8
RGB
CMYK
RGB Variations
Color information
#C071D8 (or 0xC071D8) is known color: Medium Orchid. HEX triplet: C0, 71 and D8. RGB value is (192,113,216). Sum of RGB (Red+Green+Blue) = 192+113+216=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #C071D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071D8 is #3F8E27. Grayscale: #949494. Windows color (decimal): -4165160 or 14184896. OLE color: 14184896.
HSL color Cylindrical-coordinate representation of color #C071D8: hue angle of 286.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C071D8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 113 | 216 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 286.02º | 0.57% | 0.65% | - |
| HSV(B) | 286.02º | 0.48% | 0.85% | - |
| XYZ | 40.04 | 27.97 | 68.26 | - |
| YUV | 148.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 216 | 0.11 | 0.48 | 0 | 0.15 | 286.02 | 0.57 | 0.65 |
| Hex | C0 | 71 | D8 | B | 30 | 0 | F | 11E | 39 | 41 |
| Octal | 300 | 161 | 330 | 13 | 60 | 0 | 17 | 436 | 71 | 101 |
| Binary | 11000000 | 1110001 | 11011000 | 1011 | 110000 | 0 | 1111 | 100011110 | 111001 | 1000001 |
Color Harmonies of #C071D8
Complementary color
Monochromatic Colors of #C071D8
Black with #C071D8
Text Example
Text Example
White with #C071D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071D8; }
p { color: rgb(192,113,216); }
H1.HeaderClassName
{
color: #C071D8;
}
.AnyTagClassName
{
color: #C071D8;
}
</style>
background-color css
<style>
a { background-color: #C071D8; }
a { background-color: rgb(192,113,216); }
div.DivClassName
{
background-color: #C071D8;
}
.BgClassName
{
background-color: #C071D8;
}
</style>
border-color css
<style>
span { border-color: #C071D8; }
span { border-color: rgb(192,113,216); }
td.TdClassName
{
border-color: #C071D8;
}
.TagClassName
{
border-color: #C071D8;
}
</style>