Shades of Medium Orchid #C06DDE
Tints of Medium Orchid #C06DDE
RGB
CMYK
RGB Variations
Color information
#C06DDE (or 0xC06DDE) is known color: Medium Orchid. HEX triplet: C0, 6D and DE. RGB value is (192,109,222). Sum of RGB (Red+Green+Blue) = 192+109+222=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDE is #3F9221. Grayscale: #929292. Windows color (decimal): -4166178 or 14577088. OLE color: 14577088.
HSL color Cylindrical-coordinate representation of color #C06DDE: hue angle of 284.07º degrees, saturation: 0.63, 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 #C06DDE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 109 | 222 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.13 |
| HSL | 284.07º | 0.63% | 0.65% | - |
| HSV(B) | 284.07º | 0.51% | 0.87% | - |
| XYZ | 40.39 | 27.42 | 72.27 | - |
| YUV | 146.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 222 | 0.14 | 0.51 | 0 | 0.13 | 284.07 | 0.63 | 0.65 |
| Hex | C0 | 6D | DE | E | 33 | 0 | D | 11C | 3F | 41 |
| Octal | 300 | 155 | 336 | 16 | 63 | 0 | 15 | 434 | 77 | 101 |
| Binary | 11000000 | 1101101 | 11011110 | 1110 | 110011 | 0 | 1101 | 100011100 | 111111 | 1000001 |
Color Harmonies of #C06DDE
Complementary color
Monochromatic Colors of #C06DDE
Black with #C06DDE
Text Example
Text Example
White with #C06DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DDE; }
p { color: rgb(192,109,222); }
H1.HeaderClassName
{
color: #C06DDE;
}
.AnyTagClassName
{
color: #C06DDE;
}
</style>
background-color css
<style>
a { background-color: #C06DDE; }
a { background-color: rgb(192,109,222); }
div.DivClassName
{
background-color: #C06DDE;
}
.BgClassName
{
background-color: #C06DDE;
}
</style>
border-color css
<style>
span { border-color: #C06DDE; }
span { border-color: rgb(192,109,222); }
td.TdClassName
{
border-color: #C06DDE;
}
.TagClassName
{
border-color: #C06DDE;
}
</style>