Shades of Medium Orchid #C04DEA
Tints of Medium Orchid #C04DEA
RGB
CMYK
RGB Variations
Color information
#C04DEA (or 0xC04DEA) is known color: Medium Orchid. HEX triplet: C0, 4D and EA. RGB value is (192,77,234). Sum of RGB (Red+Green+Blue) = 192+77+234=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DEA is #3FB215. Grayscale: #808080. Windows color (decimal): -4174358 or 15355328. OLE color: 15355328.
HSL color Cylindrical-coordinate representation of color #C04DEA: hue angle of 283.95º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04DEA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 77 | 234 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.08 |
| HSL | 283.95º | 0.79% | 0.61% | - |
| HSV(B) | 283.95º | 0.67% | 0.92% | - |
| XYZ | 39.24 | 22.45 | 80.11 | - |
| YUV | 129.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 234 | 0.18 | 0.67 | 0 | 0.08 | 283.95 | 0.79 | 0.61 |
| Hex | C0 | 4D | EA | 12 | 43 | 0 | 8 | 11C | 4F | 3D |
| Octal | 300 | 115 | 352 | 22 | 103 | 0 | 10 | 434 | 117 | 75 |
| Binary | 11000000 | 1001101 | 11101010 | 10010 | 1000011 | 0 | 1000 | 100011100 | 1001111 | 111101 |
Color Harmonies of #C04DEA
Complementary color
Monochromatic Colors of #C04DEA
Black with #C04DEA
Text Example
Text Example
White with #C04DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DEA; }
p { color: rgb(192,77,234); }
H1.HeaderClassName
{
color: #C04DEA;
}
.AnyTagClassName
{
color: #C04DEA;
}
</style>
background-color css
<style>
a { background-color: #C04DEA; }
a { background-color: rgb(192,77,234); }
div.DivClassName
{
background-color: #C04DEA;
}
.BgClassName
{
background-color: #C04DEA;
}
</style>
border-color css
<style>
span { border-color: #C04DEA; }
span { border-color: rgb(192,77,234); }
td.TdClassName
{
border-color: #C04DEA;
}
.TagClassName
{
border-color: #C04DEA;
}
</style>