Shades of Medium Orchid #C054DA
Tints of Medium Orchid #C054DA
RGB
CMYK
RGB Variations
Color information
#C054DA (or 0xC054DA) is known color: Medium Orchid. HEX triplet: C0, 54 and DA. RGB value is (192,84,218). Sum of RGB (Red+Green+Blue) = 192+84+218=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #C054DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054DA is #3FAB25. Grayscale: #838383. Windows color (decimal): -4172582 or 14308544. OLE color: 14308544.
HSL color Cylindrical-coordinate representation of color #C054DA: hue angle of 288.36º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C054DA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 84 | 218 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.15 |
| HSL | 288.36º | 0.64% | 0.59% | - |
| HSV(B) | 288.36º | 0.61% | 0.85% | - |
| XYZ | 37.56 | 22.61 | 68.71 | - |
| YUV | 131.57 | 176.78 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 218 | 0.12 | 0.61 | 0 | 0.15 | 288.36 | 0.64 | 0.59 |
| Hex | C0 | 54 | DA | C | 3D | 0 | F | 120 | 40 | 3B |
| Octal | 300 | 124 | 332 | 14 | 75 | 0 | 17 | 440 | 100 | 73 |
| Binary | 11000000 | 1010100 | 11011010 | 1100 | 111101 | 0 | 1111 | 100100000 | 1000000 | 111011 |
Color Harmonies of #C054DA
Complementary color
Monochromatic Colors of #C054DA
Black with #C054DA
Text Example
Text Example
White with #C054DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054DA; }
p { color: rgb(192,84,218); }
H1.HeaderClassName
{
color: #C054DA;
}
.AnyTagClassName
{
color: #C054DA;
}
</style>
background-color css
<style>
a { background-color: #C054DA; }
a { background-color: rgb(192,84,218); }
div.DivClassName
{
background-color: #C054DA;
}
.BgClassName
{
background-color: #C054DA;
}
</style>
border-color css
<style>
span { border-color: #C054DA; }
span { border-color: rgb(192,84,218); }
td.TdClassName
{
border-color: #C054DA;
}
.TagClassName
{
border-color: #C054DA;
}
</style>