Shades of Medium Orchid #C061D3
Tints of Medium Orchid #C061D3
RGB
CMYK
RGB Variations
Color information
#C061D3 (or 0xC061D3) is known color: Medium Orchid. HEX triplet: C0, 61 and D3. RGB value is (192,97,211). Sum of RGB (Red+Green+Blue) = 192+97+211=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #C061D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061D3 is #3F9E2C. Grayscale: #8A8A8A. Windows color (decimal): -4169261 or 13853120. OLE color: 13853120.
HSL color Cylindrical-coordinate representation of color #C061D3: hue angle of 290º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C061D3 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 97 | 211 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.17 |
| HSL | 290º | 0.56% | 0.6% | - |
| HSV(B) | 290º | 0.54% | 0.83% | - |
| XYZ | 37.77 | 24.46 | 64.36 | - |
| YUV | 138.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 211 | 0.09 | 0.54 | 0 | 0.17 | 290 | 0.56 | 0.6 |
| Hex | C0 | 61 | D3 | 9 | 36 | 0 | 11 | 122 | 38 | 3C |
| Octal | 300 | 141 | 323 | 11 | 66 | 0 | 21 | 442 | 70 | 74 |
| Binary | 11000000 | 1100001 | 11010011 | 1001 | 110110 | 0 | 10001 | 100100010 | 111000 | 111100 |
Color Harmonies of #C061D3
Complementary color
Monochromatic Colors of #C061D3
Black with #C061D3
Text Example
Text Example
White with #C061D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061D3; }
p { color: rgb(192,97,211); }
H1.HeaderClassName
{
color: #C061D3;
}
.AnyTagClassName
{
color: #C061D3;
}
</style>
background-color css
<style>
a { background-color: #C061D3; }
a { background-color: rgb(192,97,211); }
div.DivClassName
{
background-color: #C061D3;
}
.BgClassName
{
background-color: #C061D3;
}
</style>
border-color css
<style>
span { border-color: #C061D3; }
span { border-color: rgb(192,97,211); }
td.TdClassName
{
border-color: #C061D3;
}
.TagClassName
{
border-color: #C061D3;
}
</style>