Shades of Medium Orchid #C06DE8
Tints of Medium Orchid #C06DE8
RGB
CMYK
RGB Variations
Color information
#C06DE8 (or 0xC06DE8) is known color: Medium Orchid. HEX triplet: C0, 6D and E8. RGB value is (192,109,232). Sum of RGB (Red+Green+Blue) = 192+109+232=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DE8 is #3F9217. Grayscale: #939393. Windows color (decimal): -4166168 or 15232448. OLE color: 15232448.
HSL color Cylindrical-coordinate representation of color #C06DE8: hue angle of 280.49º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06DE8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 109 | 232 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.49º | 0.73% | 0.67% | - |
| HSV(B) | 280.49º | 0.53% | 0.91% | - |
| XYZ | 41.77 | 27.97 | 79.54 | - |
| YUV | 147.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 232 | 0.17 | 0.53 | 0 | 0.09 | 280.49 | 0.73 | 0.67 |
| Hex | C0 | 6D | E8 | 11 | 35 | 0 | 9 | 118 | 49 | 43 |
| Octal | 300 | 155 | 350 | 21 | 65 | 0 | 11 | 430 | 111 | 103 |
| Binary | 11000000 | 1101101 | 11101000 | 10001 | 110101 | 0 | 1001 | 100011000 | 1001001 | 1000011 |
Color Harmonies of #C06DE8
Complementary color
Monochromatic Colors of #C06DE8
Black with #C06DE8
Text Example
Text Example
White with #C06DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DE8; }
p { color: rgb(192,109,232); }
H1.HeaderClassName
{
color: #C06DE8;
}
.AnyTagClassName
{
color: #C06DE8;
}
</style>
background-color css
<style>
a { background-color: #C06DE8; }
a { background-color: rgb(192,109,232); }
div.DivClassName
{
background-color: #C06DE8;
}
.BgClassName
{
background-color: #C06DE8;
}
</style>
border-color css
<style>
span { border-color: #C06DE8; }
span { border-color: rgb(192,109,232); }
td.TdClassName
{
border-color: #C06DE8;
}
.TagClassName
{
border-color: #C06DE8;
}
</style>