Shades of Medium Orchid #C06DD5
Tints of Medium Orchid #C06DD5
RGB
CMYK
RGB Variations
Color information
#C06DD5 (or 0xC06DD5) is known color: Medium Orchid. HEX triplet: C0, 6D and D5. RGB value is (192,109,213). Sum of RGB (Red+Green+Blue) = 192+109+213=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #C06DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06DD5 is #3F922A. Grayscale: #919191. Windows color (decimal): -4166187 or 13987264. OLE color: 13987264.
HSL color Cylindrical-coordinate representation of color #C06DD5: hue angle of 287.88º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06DD5 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 109 | 213 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.16 |
| HSL | 287.88º | 0.55% | 0.63% | - |
| HSV(B) | 287.88º | 0.49% | 0.84% | - |
| XYZ | 39.22 | 26.95 | 66.09 | - |
| YUV | 145.67 | 166 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 213 | 0.10 | 0.49 | 0 | 0.16 | 287.88 | 0.55 | 0.63 |
| Hex | C0 | 6D | D5 | A | 31 | 0 | 10 | 120 | 37 | 3F |
| Octal | 300 | 155 | 325 | 12 | 61 | 0 | 20 | 440 | 67 | 77 |
| Binary | 11000000 | 1101101 | 11010101 | 1010 | 110001 | 0 | 10000 | 100100000 | 110111 | 111111 |
Color Harmonies of #C06DD5
Complementary color
Monochromatic Colors of #C06DD5
Black with #C06DD5
Text Example
Text Example
White with #C06DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DD5; }
p { color: rgb(192,109,213); }
H1.HeaderClassName
{
color: #C06DD5;
}
.AnyTagClassName
{
color: #C06DD5;
}
</style>
background-color css
<style>
a { background-color: #C06DD5; }
a { background-color: rgb(192,109,213); }
div.DivClassName
{
background-color: #C06DD5;
}
.BgClassName
{
background-color: #C06DD5;
}
</style>
border-color css
<style>
span { border-color: #C06DD5; }
span { border-color: rgb(192,109,213); }
td.TdClassName
{
border-color: #C06DD5;
}
.TagClassName
{
border-color: #C06DD5;
}
</style>