Shades of Medium Orchid #C06DDD
Tints of Medium Orchid #C06DDD
RGB
CMYK
RGB Variations
Color information
#C06DDD (or 0xC06DDD) is known color: Medium Orchid. HEX triplet: C0, 6D and DD. RGB value is (192,109,221). Sum of RGB (Red+Green+Blue) = 192+109+221=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C06DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDD is #3F9222. Grayscale: #929292. Windows color (decimal): -4166179 or 14511552. OLE color: 14511552.
HSL color Cylindrical-coordinate representation of color #C06DDD: hue angle of 284.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06DDD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 109 | 221 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.13 |
| HSL | 284.46º | 0.62% | 0.65% | - |
| HSV(B) | 284.46º | 0.51% | 0.87% | - |
| XYZ | 40.26 | 27.36 | 71.57 | - |
| YUV | 146.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 221 | 0.13 | 0.51 | 0 | 0.13 | 284.46 | 0.62 | 0.65 |
| Hex | C0 | 6D | DD | D | 33 | 0 | D | 11C | 3E | 41 |
| Octal | 300 | 155 | 335 | 15 | 63 | 0 | 15 | 434 | 76 | 101 |
| Binary | 11000000 | 1101101 | 11011101 | 1101 | 110011 | 0 | 1101 | 100011100 | 111110 | 1000001 |
Color Harmonies of #C06DDD
Complementary color
Monochromatic Colors of #C06DDD
Black with #C06DDD
Text Example
Text Example
White with #C06DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DDD; }
p { color: rgb(192,109,221); }
H1.HeaderClassName
{
color: #C06DDD;
}
.AnyTagClassName
{
color: #C06DDD;
}
</style>
background-color css
<style>
a { background-color: #C06DDD; }
a { background-color: rgb(192,109,221); }
div.DivClassName
{
background-color: #C06DDD;
}
.BgClassName
{
background-color: #C06DDD;
}
</style>
border-color css
<style>
span { border-color: #C06DDD; }
span { border-color: rgb(192,109,221); }
td.TdClassName
{
border-color: #C06DDD;
}
.TagClassName
{
border-color: #C06DDD;
}
</style>