Shades of Medium Orchid #C06DDA
Tints of Medium Orchid #C06DDA
RGB
CMYK
RGB Variations
Color information
#C06DDA (or 0xC06DDA) is known color: Medium Orchid. HEX triplet: C0, 6D and DA. RGB value is (192,109,218). Sum of RGB (Red+Green+Blue) = 192+109+218=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #C06DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DDA is #3F9225. Grayscale: #919191. Windows color (decimal): -4166182 or 14314944. OLE color: 14314944.
HSL color Cylindrical-coordinate representation of color #C06DDA: hue angle of 285.69º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06DDA is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 109 | 218 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.15 |
| HSL | 285.69º | 0.6% | 0.64% | - |
| HSV(B) | 285.69º | 0.5% | 0.85% | - |
| XYZ | 39.86 | 27.21 | 69.48 | - |
| YUV | 146.24 | 168.5 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 218 | 0.12 | 0.5 | 0 | 0.15 | 285.69 | 0.6 | 0.64 |
| Hex | C0 | 6D | DA | C | 32 | 0 | F | 11E | 3C | 40 |
| Octal | 300 | 155 | 332 | 14 | 62 | 0 | 17 | 436 | 74 | 100 |
| Binary | 11000000 | 1101101 | 11011010 | 1100 | 110010 | 0 | 1111 | 100011110 | 111100 | 1000000 |
Color Harmonies of #C06DDA
Complementary color
Monochromatic Colors of #C06DDA
Black with #C06DDA
Text Example
Text Example
White with #C06DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DDA; }
p { color: rgb(192,109,218); }
H1.HeaderClassName
{
color: #C06DDA;
}
.AnyTagClassName
{
color: #C06DDA;
}
</style>
background-color css
<style>
a { background-color: #C06DDA; }
a { background-color: rgb(192,109,218); }
div.DivClassName
{
background-color: #C06DDA;
}
.BgClassName
{
background-color: #C06DDA;
}
</style>
border-color css
<style>
span { border-color: #C06DDA; }
span { border-color: rgb(192,109,218); }
td.TdClassName
{
border-color: #C06DDA;
}
.TagClassName
{
border-color: #C06DDA;
}
</style>