Shades of Medium Orchid #C04DFA
Tints of Medium Orchid #C04DFA
RGB
CMYK
RGB Variations
Color information
#C04DFA (or 0xC04DFA) is known color: Medium Orchid. HEX triplet: C0, 4D and FA. RGB value is (192,77,250). Sum of RGB (Red+Green+Blue) = 192+77+250=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #C04DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DFA is #3FB205. Grayscale: #828282. Windows color (decimal): -4174342 or 16403904. OLE color: 16403904.
HSL color Cylindrical-coordinate representation of color #C04DFA: hue angle of 279.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04DFA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 77 | 250 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.02 |
| HSL | 279.88º | 0.95% | 0.64% | - |
| HSV(B) | 279.88º | 0.69% | 0.98% | - |
| XYZ | 41.65 | 23.42 | 92.77 | - |
| YUV | 131.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 250 | 0.23 | 0.69 | 0 | 0.02 | 279.88 | 0.95 | 0.64 |
| Hex | C0 | 4D | FA | 17 | 45 | 0 | 2 | 118 | 5F | 40 |
| Octal | 300 | 115 | 372 | 27 | 105 | 0 | 2 | 430 | 137 | 100 |
| Binary | 11000000 | 1001101 | 11111010 | 10111 | 1000101 | 0 | 10 | 100011000 | 1011111 | 1000000 |
Color Harmonies of #C04DFA
Complementary color
Monochromatic Colors of #C04DFA
Black with #C04DFA
Text Example
Text Example
White with #C04DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DFA; }
p { color: rgb(192,77,250); }
H1.HeaderClassName
{
color: #C04DFA;
}
.AnyTagClassName
{
color: #C04DFA;
}
</style>
background-color css
<style>
a { background-color: #C04DFA; }
a { background-color: rgb(192,77,250); }
div.DivClassName
{
background-color: #C04DFA;
}
.BgClassName
{
background-color: #C04DFA;
}
</style>
border-color css
<style>
span { border-color: #C04DFA; }
span { border-color: rgb(192,77,250); }
td.TdClassName
{
border-color: #C04DFA;
}
.TagClassName
{
border-color: #C04DFA;
}
</style>