Shades of Medium Orchid #C04CE1
Tints of Medium Orchid #C04CE1
RGB
CMYK
RGB Variations
Color information
#C04CE1 (or 0xC04CE1) is known color: Medium Orchid. HEX triplet: C0, 4C and E1. RGB value is (192,76,225). Sum of RGB (Red+Green+Blue) = 192+76+225=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 225 (88.28% from 255 or 45.64% from 493); Max value from RGB is 225 - color contains mainly: blue. Hex color #C04CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CE1 is #3FB31E. Grayscale: #7F7F7F. Windows color (decimal): -4174623 or 14765248. OLE color: 14765248.
HSL color Cylindrical-coordinate representation of color #C04CE1: hue angle of 286.71º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04CE1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 76 | 225 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.12 |
| HSL | 286.71º | 0.71% | 0.59% | - |
| HSV(B) | 286.71º | 0.66% | 0.88% | - |
| XYZ | 37.91 | 21.81 | 73.45 | - |
| YUV | 127.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 225 | 0.15 | 0.66 | 0 | 0.12 | 286.71 | 0.71 | 0.59 |
| Hex | C0 | 4C | E1 | F | 42 | 0 | C | 11F | 47 | 3B |
| Octal | 300 | 114 | 341 | 17 | 102 | 0 | 14 | 437 | 107 | 73 |
| Binary | 11000000 | 1001100 | 11100001 | 1111 | 1000010 | 0 | 1100 | 100011111 | 1000111 | 111011 |
Color Harmonies of #C04CE1
Complementary color
Monochromatic Colors of #C04CE1
Black with #C04CE1
Text Example
Text Example
White with #C04CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CE1; }
p { color: rgb(192,76,225); }
H1.HeaderClassName
{
color: #C04CE1;
}
.AnyTagClassName
{
color: #C04CE1;
}
</style>
background-color css
<style>
a { background-color: #C04CE1; }
a { background-color: rgb(192,76,225); }
div.DivClassName
{
background-color: #C04CE1;
}
.BgClassName
{
background-color: #C04CE1;
}
</style>
border-color css
<style>
span { border-color: #C04CE1; }
span { border-color: rgb(192,76,225); }
td.TdClassName
{
border-color: #C04CE1;
}
.TagClassName
{
border-color: #C04CE1;
}
</style>