Shades of Medium Orchid #C06DE9
Tints of Medium Orchid #C06DE9
RGB
CMYK
RGB Variations
Color information
#C06DE9 (or 0xC06DE9) is known color: Medium Orchid. HEX triplet: C0, 6D and E9. RGB value is (192,109,233). Sum of RGB (Red+Green+Blue) = 192+109+233=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #C06DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DE9 is #3F9216. Grayscale: #939393. Windows color (decimal): -4166167 or 15297984. OLE color: 15297984.
HSL color Cylindrical-coordinate representation of color #C06DE9: hue angle of 280.16º degrees, saturation: 0.74, 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 #C06DE9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 109 | 233 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.09 |
| HSL | 280.16º | 0.74% | 0.67% | - |
| HSV(B) | 280.16º | 0.53% | 0.91% | - |
| XYZ | 41.91 | 28.03 | 80.29 | - |
| YUV | 147.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 233 | 0.18 | 0.53 | 0 | 0.09 | 280.16 | 0.74 | 0.67 |
| Hex | C0 | 6D | E9 | 12 | 35 | 0 | 9 | 118 | 4A | 43 |
| Octal | 300 | 155 | 351 | 22 | 65 | 0 | 11 | 430 | 112 | 103 |
| Binary | 11000000 | 1101101 | 11101001 | 10010 | 110101 | 0 | 1001 | 100011000 | 1001010 | 1000011 |
Color Harmonies of #C06DE9
Complementary color
Monochromatic Colors of #C06DE9
Black with #C06DE9
Text Example
Text Example
White with #C06DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DE9; }
p { color: rgb(192,109,233); }
H1.HeaderClassName
{
color: #C06DE9;
}
.AnyTagClassName
{
color: #C06DE9;
}
</style>
background-color css
<style>
a { background-color: #C06DE9; }
a { background-color: rgb(192,109,233); }
div.DivClassName
{
background-color: #C06DE9;
}
.BgClassName
{
background-color: #C06DE9;
}
</style>
border-color css
<style>
span { border-color: #C06DE9; }
span { border-color: rgb(192,109,233); }
td.TdClassName
{
border-color: #C06DE9;
}
.TagClassName
{
border-color: #C06DE9;
}
</style>