Shades of Medium Orchid #C05EDA
Tints of Medium Orchid #C05EDA
RGB
CMYK
RGB Variations
Color information
#C05EDA (or 0xC05EDA) is known color: Medium Orchid. HEX triplet: C0, 5E and DA. RGB value is (192,94,218). Sum of RGB (Red+Green+Blue) = 192+94+218=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C05EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EDA is #3FA125. Grayscale: #898989. Windows color (decimal): -4170022 or 14311104. OLE color: 14311104.
HSL color Cylindrical-coordinate representation of color #C05EDA: hue angle of 287.42º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05EDA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 94 | 218 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.15 |
| HSL | 287.42º | 0.63% | 0.61% | - |
| HSV(B) | 287.42º | 0.57% | 0.85% | - |
| XYZ | 38.4 | 24.27 | 68.99 | - |
| YUV | 137.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 218 | 0.12 | 0.57 | 0 | 0.15 | 287.42 | 0.63 | 0.61 |
| Hex | C0 | 5E | DA | C | 39 | 0 | F | 11F | 3F | 3D |
| Octal | 300 | 136 | 332 | 14 | 71 | 0 | 17 | 437 | 77 | 75 |
| Binary | 11000000 | 1011110 | 11011010 | 1100 | 111001 | 0 | 1111 | 100011111 | 111111 | 111101 |
Color Harmonies of #C05EDA
Complementary color
Monochromatic Colors of #C05EDA
Black with #C05EDA
Text Example
Text Example
White with #C05EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EDA; }
p { color: rgb(192,94,218); }
H1.HeaderClassName
{
color: #C05EDA;
}
.AnyTagClassName
{
color: #C05EDA;
}
</style>
background-color css
<style>
a { background-color: #C05EDA; }
a { background-color: rgb(192,94,218); }
div.DivClassName
{
background-color: #C05EDA;
}
.BgClassName
{
background-color: #C05EDA;
}
</style>
border-color css
<style>
span { border-color: #C05EDA; }
span { border-color: rgb(192,94,218); }
td.TdClassName
{
border-color: #C05EDA;
}
.TagClassName
{
border-color: #C05EDA;
}
</style>