Shades of Medium Orchid #C06DD0
Tints of Medium Orchid #C06DD0
RGB
CMYK
RGB Variations
Color information
#C06DD0 (or 0xC06DD0) is known color: Medium Orchid. HEX triplet: C0, 6D and D0. RGB value is (192,109,208). Sum of RGB (Red+Green+Blue) = 192+109+208=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #C06DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DD0 is #3F922F. Grayscale: #909090. Windows color (decimal): -4166192 or 13659584. OLE color: 13659584.
HSL color Cylindrical-coordinate representation of color #C06DD0: hue angle of 290.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06DD0 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 109 | 208 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.18 |
| HSL | 290.3º | 0.51% | 0.62% | - |
| HSV(B) | 290.3º | 0.48% | 0.82% | - |
| XYZ | 38.59 | 26.7 | 62.79 | - |
| YUV | 145.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 208 | 0.08 | 0.48 | 0 | 0.18 | 290.3 | 0.51 | 0.62 |
| Hex | C0 | 6D | D0 | 8 | 30 | 0 | 12 | 122 | 33 | 3E |
| Octal | 300 | 155 | 320 | 10 | 60 | 0 | 22 | 442 | 63 | 76 |
| Binary | 11000000 | 1101101 | 11010000 | 1000 | 110000 | 0 | 10010 | 100100010 | 110011 | 111110 |
Color Harmonies of #C06DD0
Complementary color
Monochromatic Colors of #C06DD0
Black with #C06DD0
Text Example
Text Example
White with #C06DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DD0; }
p { color: rgb(192,109,208); }
H1.HeaderClassName
{
color: #C06DD0;
}
.AnyTagClassName
{
color: #C06DD0;
}
</style>
background-color css
<style>
a { background-color: #C06DD0; }
a { background-color: rgb(192,109,208); }
div.DivClassName
{
background-color: #C06DD0;
}
.BgClassName
{
background-color: #C06DD0;
}
</style>
border-color css
<style>
span { border-color: #C06DD0; }
span { border-color: rgb(192,109,208); }
td.TdClassName
{
border-color: #C06DD0;
}
.TagClassName
{
border-color: #C06DD0;
}
</style>