Shades of Medium Orchid #C054E1
Tints of Medium Orchid #C054E1
RGB
CMYK
RGB Variations
Color information
#C054E1 (or 0xC054E1) is known color: Medium Orchid. HEX triplet: C0, 54 and E1. RGB value is (192,84,225). Sum of RGB (Red+Green+Blue) = 192+84+225=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #C054E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054E1 is #3FAB1E. Grayscale: #838383. Windows color (decimal): -4172575 or 14767296. OLE color: 14767296.
HSL color Cylindrical-coordinate representation of color #C054E1: hue angle of 285.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C054E1 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 84 | 225 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.12 |
| HSL | 285.96º | 0.7% | 0.61% | - |
| HSV(B) | 285.96º | 0.63% | 0.88% | - |
| XYZ | 38.5 | 22.98 | 73.64 | - |
| YUV | 132.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 225 | 0.15 | 0.63 | 0 | 0.12 | 285.96 | 0.7 | 0.61 |
| Hex | C0 | 54 | E1 | F | 3F | 0 | C | 11E | 46 | 3D |
| Octal | 300 | 124 | 341 | 17 | 77 | 0 | 14 | 436 | 106 | 75 |
| Binary | 11000000 | 1010100 | 11100001 | 1111 | 111111 | 0 | 1100 | 100011110 | 1000110 | 111101 |
Color Harmonies of #C054E1
Complementary color
Monochromatic Colors of #C054E1
Black with #C054E1
Text Example
Text Example
White with #C054E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054E1; }
p { color: rgb(192,84,225); }
H1.HeaderClassName
{
color: #C054E1;
}
.AnyTagClassName
{
color: #C054E1;
}
</style>
background-color css
<style>
a { background-color: #C054E1; }
a { background-color: rgb(192,84,225); }
div.DivClassName
{
background-color: #C054E1;
}
.BgClassName
{
background-color: #C054E1;
}
</style>
border-color css
<style>
span { border-color: #C054E1; }
span { border-color: rgb(192,84,225); }
td.TdClassName
{
border-color: #C054E1;
}
.TagClassName
{
border-color: #C054E1;
}
</style>