Shades of Medium Orchid #C06DEA
Tints of Medium Orchid #C06DEA
RGB
CMYK
RGB Variations
Color information
#C06DEA (or 0xC06DEA) is known color: Medium Orchid. HEX triplet: C0, 6D and EA. RGB value is (192,109,234). Sum of RGB (Red+Green+Blue) = 192+109+234=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C06DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06DEA is #3F9215. Grayscale: #939393. Windows color (decimal): -4166166 or 15363520. OLE color: 15363520.
HSL color Cylindrical-coordinate representation of color #C06DEA: hue angle of 279.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06DEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 109 | 234 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 279.84º | 0.75% | 0.67% | - |
| HSV(B) | 279.84º | 0.53% | 0.92% | - |
| XYZ | 42.06 | 28.08 | 81.05 | - |
| YUV | 148.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 234 | 0.18 | 0.53 | 0 | 0.08 | 279.84 | 0.75 | 0.67 |
| Hex | C0 | 6D | EA | 12 | 35 | 0 | 8 | 118 | 4B | 43 |
| Octal | 300 | 155 | 352 | 22 | 65 | 0 | 10 | 430 | 113 | 103 |
| Binary | 11000000 | 1101101 | 11101010 | 10010 | 110101 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #C06DEA
Complementary color
Monochromatic Colors of #C06DEA
Black with #C06DEA
Text Example
Text Example
White with #C06DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06DEA; }
p { color: rgb(192,109,234); }
H1.HeaderClassName
{
color: #C06DEA;
}
.AnyTagClassName
{
color: #C06DEA;
}
</style>
background-color css
<style>
a { background-color: #C06DEA; }
a { background-color: rgb(192,109,234); }
div.DivClassName
{
background-color: #C06DEA;
}
.BgClassName
{
background-color: #C06DEA;
}
</style>
border-color css
<style>
span { border-color: #C06DEA; }
span { border-color: rgb(192,109,234); }
td.TdClassName
{
border-color: #C06DEA;
}
.TagClassName
{
border-color: #C06DEA;
}
</style>