Shades of Medium Orchid #C071D2
Tints of Medium Orchid #C071D2
RGB
CMYK
RGB Variations
Color information
#C071D2 (or 0xC071D2) is known color: Medium Orchid. HEX triplet: C0, 71 and D2. RGB value is (192,113,210). Sum of RGB (Red+Green+Blue) = 192+113+210=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #C071D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071D2 is #3F8E2D. Grayscale: #939393. Windows color (decimal): -4165166 or 13791680. OLE color: 13791680.
HSL color Cylindrical-coordinate representation of color #C071D2: hue angle of 288.87º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C071D2 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 113 | 210 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.18 |
| HSL | 288.87º | 0.52% | 0.63% | - |
| HSV(B) | 288.87º | 0.46% | 0.82% | - |
| XYZ | 39.28 | 27.67 | 64.24 | - |
| YUV | 147.68 | 163.17 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 210 | 0.09 | 0.46 | 0 | 0.18 | 288.87 | 0.52 | 0.63 |
| Hex | C0 | 71 | D2 | 9 | 2E | 0 | 12 | 121 | 34 | 3F |
| Octal | 300 | 161 | 322 | 11 | 56 | 0 | 22 | 441 | 64 | 77 |
| Binary | 11000000 | 1110001 | 11010010 | 1001 | 101110 | 0 | 10010 | 100100001 | 110100 | 111111 |
Color Harmonies of #C071D2
Complementary color
Monochromatic Colors of #C071D2
Black with #C071D2
Text Example
Text Example
White with #C071D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071D2; }
p { color: rgb(192,113,210); }
H1.HeaderClassName
{
color: #C071D2;
}
.AnyTagClassName
{
color: #C071D2;
}
</style>
background-color css
<style>
a { background-color: #C071D2; }
a { background-color: rgb(192,113,210); }
div.DivClassName
{
background-color: #C071D2;
}
.BgClassName
{
background-color: #C071D2;
}
</style>
border-color css
<style>
span { border-color: #C071D2; }
span { border-color: rgb(192,113,210); }
td.TdClassName
{
border-color: #C071D2;
}
.TagClassName
{
border-color: #C071D2;
}
</style>