Shades of Medium Orchid #C05DCF
Tints of Medium Orchid #C05DCF
RGB
CMYK
RGB Variations
Color information
#C05DCF (or 0xC05DCF) is known color: Medium Orchid. HEX triplet: C0, 5D and CF. RGB value is (192,93,207). Sum of RGB (Red+Green+Blue) = 192+93+207=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #C05DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCF is #3FA230. Grayscale: #878787. Windows color (decimal): -4170289 or 13589952. OLE color: 13589952.
HSL color Cylindrical-coordinate representation of color #C05DCF: hue angle of 292.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05DCF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 93 | 207 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.19 |
| HSL | 292.11º | 0.54% | 0.59% | - |
| HSV(B) | 292.11º | 0.55% | 0.81% | - |
| XYZ | 36.92 | 23.54 | 61.63 | - |
| YUV | 135.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 207 | 0.07 | 0.55 | 0 | 0.19 | 292.11 | 0.54 | 0.59 |
| Hex | C0 | 5D | CF | 7 | 37 | 0 | 13 | 124 | 36 | 3B |
| Octal | 300 | 135 | 317 | 7 | 67 | 0 | 23 | 444 | 66 | 73 |
| Binary | 11000000 | 1011101 | 11001111 | 111 | 110111 | 0 | 10011 | 100100100 | 110110 | 111011 |
Color Harmonies of #C05DCF
Complementary color
Monochromatic Colors of #C05DCF
Black with #C05DCF
Text Example
Text Example
White with #C05DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DCF; }
p { color: rgb(192,93,207); }
H1.HeaderClassName
{
color: #C05DCF;
}
.AnyTagClassName
{
color: #C05DCF;
}
</style>
background-color css
<style>
a { background-color: #C05DCF; }
a { background-color: rgb(192,93,207); }
div.DivClassName
{
background-color: #C05DCF;
}
.BgClassName
{
background-color: #C05DCF;
}
</style>
border-color css
<style>
span { border-color: #C05DCF; }
span { border-color: rgb(192,93,207); }
td.TdClassName
{
border-color: #C05DCF;
}
.TagClassName
{
border-color: #C05DCF;
}
</style>