Shades of Medium Orchid #C06ECD
Tints of Medium Orchid #C06ECD
RGB
CMYK
RGB Variations
Color information
#C06ECD (or 0xC06ECD) is known color: Medium Orchid. HEX triplet: C0, 6E and CD. RGB value is (192,110,205). Sum of RGB (Red+Green+Blue) = 192+110+205=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C06ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECD is #3F9132. Grayscale: #919191. Windows color (decimal): -4165939 or 13463232. OLE color: 13463232.
HSL color Cylindrical-coordinate representation of color #C06ECD: hue angle of 291.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06ECD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 110 | 205 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.20 |
| HSL | 291.79º | 0.49% | 0.62% | - |
| HSV(B) | 291.79º | 0.46% | 0.8% | - |
| XYZ | 38.33 | 26.77 | 60.9 | - |
| YUV | 145.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 205 | 0.06 | 0.46 | 0 | 0.20 | 291.79 | 0.49 | 0.62 |
| Hex | C0 | 6E | CD | 6 | 2E | 0 | 14 | 124 | 31 | 3E |
| Octal | 300 | 156 | 315 | 6 | 56 | 0 | 24 | 444 | 61 | 76 |
| Binary | 11000000 | 1101110 | 11001101 | 110 | 101110 | 0 | 10100 | 100100100 | 110001 | 111110 |
Color Harmonies of #C06ECD
Complementary color
Monochromatic Colors of #C06ECD
Black with #C06ECD
Text Example
Text Example
White with #C06ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06ECD; }
p { color: rgb(192,110,205); }
H1.HeaderClassName
{
color: #C06ECD;
}
.AnyTagClassName
{
color: #C06ECD;
}
</style>
background-color css
<style>
a { background-color: #C06ECD; }
a { background-color: rgb(192,110,205); }
div.DivClassName
{
background-color: #C06ECD;
}
.BgClassName
{
background-color: #C06ECD;
}
</style>
border-color css
<style>
span { border-color: #C06ECD; }
span { border-color: rgb(192,110,205); }
td.TdClassName
{
border-color: #C06ECD;
}
.TagClassName
{
border-color: #C06ECD;
}
</style>