Shades of Medium Orchid #C061D1
Tints of Medium Orchid #C061D1
RGB
CMYK
RGB Variations
Color information
#C061D1 (or 0xC061D1) is known color: Medium Orchid. HEX triplet: C0, 61 and D1. RGB value is (192,97,209). Sum of RGB (Red+Green+Blue) = 192+97+209=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C061D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061D1 is #3F9E2E. Grayscale: #898989. Windows color (decimal): -4169263 or 13722048. OLE color: 13722048.
HSL color Cylindrical-coordinate representation of color #C061D1: hue angle of 290.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C061D1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 97 | 209 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.18 |
| HSL | 290.89º | 0.55% | 0.6% | - |
| HSV(B) | 290.89º | 0.54% | 0.82% | - |
| XYZ | 37.52 | 24.36 | 63.05 | - |
| YUV | 138.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 209 | 0.08 | 0.54 | 0 | 0.18 | 290.89 | 0.55 | 0.6 |
| Hex | C0 | 61 | D1 | 8 | 36 | 0 | 12 | 123 | 37 | 3C |
| Octal | 300 | 141 | 321 | 10 | 66 | 0 | 22 | 443 | 67 | 74 |
| Binary | 11000000 | 1100001 | 11010001 | 1000 | 110110 | 0 | 10010 | 100100011 | 110111 | 111100 |
Color Harmonies of #C061D1
Complementary color
Monochromatic Colors of #C061D1
Black with #C061D1
Text Example
Text Example
White with #C061D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061D1; }
p { color: rgb(192,97,209); }
H1.HeaderClassName
{
color: #C061D1;
}
.AnyTagClassName
{
color: #C061D1;
}
</style>
background-color css
<style>
a { background-color: #C061D1; }
a { background-color: rgb(192,97,209); }
div.DivClassName
{
background-color: #C061D1;
}
.BgClassName
{
background-color: #C061D1;
}
</style>
border-color css
<style>
span { border-color: #C061D1; }
span { border-color: rgb(192,97,209); }
td.TdClassName
{
border-color: #C061D1;
}
.TagClassName
{
border-color: #C061D1;
}
</style>