Shades of Medium Orchid #C061DC
Tints of Medium Orchid #C061DC
RGB
CMYK
RGB Variations
Color information
#C061DC (or 0xC061DC) is known color: Medium Orchid. HEX triplet: C0, 61 and DC. RGB value is (192,97,220). Sum of RGB (Red+Green+Blue) = 192+97+220=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C061DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061DC is #3F9E23. Grayscale: #8B8B8B. Windows color (decimal): -4169252 or 14442944. OLE color: 14442944.
HSL color Cylindrical-coordinate representation of color #C061DC: hue angle of 286.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C061DC is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 97 | 220 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.14 |
| HSL | 286.34º | 0.64% | 0.62% | - |
| HSV(B) | 286.34º | 0.56% | 0.86% | - |
| XYZ | 38.93 | 24.92 | 70.47 | - |
| YUV | 139.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 220 | 0.13 | 0.56 | 0 | 0.14 | 286.34 | 0.64 | 0.62 |
| Hex | C0 | 61 | DC | D | 38 | 0 | E | 11E | 40 | 3E |
| Octal | 300 | 141 | 334 | 15 | 70 | 0 | 16 | 436 | 100 | 76 |
| Binary | 11000000 | 1100001 | 11011100 | 1101 | 111000 | 0 | 1110 | 100011110 | 1000000 | 111110 |
Color Harmonies of #C061DC
Complementary color
Monochromatic Colors of #C061DC
Black with #C061DC
Text Example
Text Example
White with #C061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C061DC; }
p { color: rgb(192,97,220); }
H1.HeaderClassName
{
color: #C061DC;
}
.AnyTagClassName
{
color: #C061DC;
}
</style>
background-color css
<style>
a { background-color: #C061DC; }
a { background-color: rgb(192,97,220); }
div.DivClassName
{
background-color: #C061DC;
}
.BgClassName
{
background-color: #C061DC;
}
</style>
border-color css
<style>
span { border-color: #C061DC; }
span { border-color: rgb(192,97,220); }
td.TdClassName
{
border-color: #C061DC;
}
.TagClassName
{
border-color: #C061DC;
}
</style>