Shades of Medium Orchid #C06DCD
Tints of Medium Orchid #C06DCD
RGB
CMYK
RGB Variations
Color information
#C06DCD (or 0xC06DCD) is known color: Medium Orchid. HEX triplet: C0, 6D and CD. RGB value is (192,109,205). Sum of RGB (Red+Green+Blue) = 192+109+205=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C06DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DCD is #3F9232. Grayscale: #909090. Windows color (decimal): -4166195 or 13462976. OLE color: 13462976.
HSL color Cylindrical-coordinate representation of color #C06DCD: hue angle of 291.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06DCD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 109 | 205 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.20 |
| HSL | 291.88º | 0.49% | 0.62% | - |
| HSV(B) | 291.88º | 0.47% | 0.8% | - |
| XYZ | 38.23 | 26.55 | 60.87 | - |
| YUV | 144.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 205 | 0.06 | 0.47 | 0 | 0.20 | 291.88 | 0.49 | 0.62 |
| Hex | C0 | 6D | CD | 6 | 2F | 0 | 14 | 124 | 31 | 3E |
| Octal | 300 | 155 | 315 | 6 | 57 | 0 | 24 | 444 | 61 | 76 |
| Binary | 11000000 | 1101101 | 11001101 | 110 | 101111 | 0 | 10100 | 100100100 | 110001 | 111110 |
Color Harmonies of #C06DCD
Complementary color
Monochromatic Colors of #C06DCD
Black with #C06DCD
Text Example
Text Example
White with #C06DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DCD; }
p { color: rgb(192,109,205); }
H1.HeaderClassName
{
color: #C06DCD;
}
.AnyTagClassName
{
color: #C06DCD;
}
</style>
background-color css
<style>
a { background-color: #C06DCD; }
a { background-color: rgb(192,109,205); }
div.DivClassName
{
background-color: #C06DCD;
}
.BgClassName
{
background-color: #C06DCD;
}
</style>
border-color css
<style>
span { border-color: #C06DCD; }
span { border-color: rgb(192,109,205); }
td.TdClassName
{
border-color: #C06DCD;
}
.TagClassName
{
border-color: #C06DCD;
}
</style>