Shades of Medium Orchid #C054DC
Tints of Medium Orchid #C054DC
RGB
CMYK
RGB Variations
Color information
#C054DC (or 0xC054DC) is known color: Medium Orchid. HEX triplet: C0, 54 and DC. RGB value is (192,84,220). Sum of RGB (Red+Green+Blue) = 192+84+220=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C054DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054DC is #3FAB23. Grayscale: #838383. Windows color (decimal): -4172580 or 14439616. OLE color: 14439616.
HSL color Cylindrical-coordinate representation of color #C054DC: hue angle of 287.65º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C054DC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 84 | 220 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.14 |
| HSL | 287.65º | 0.66% | 0.6% | - |
| HSV(B) | 287.65º | 0.62% | 0.86% | - |
| XYZ | 37.83 | 22.71 | 70.1 | - |
| YUV | 131.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 220 | 0.13 | 0.62 | 0 | 0.14 | 287.65 | 0.66 | 0.6 |
| Hex | C0 | 54 | DC | D | 3E | 0 | E | 120 | 42 | 3C |
| Octal | 300 | 124 | 334 | 15 | 76 | 0 | 16 | 440 | 102 | 74 |
| Binary | 11000000 | 1010100 | 11011100 | 1101 | 111110 | 0 | 1110 | 100100000 | 1000010 | 111100 |
Color Harmonies of #C054DC
Complementary color
Monochromatic Colors of #C054DC
Black with #C054DC
Text Example
Text Example
White with #C054DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054DC; }
p { color: rgb(192,84,220); }
H1.HeaderClassName
{
color: #C054DC;
}
.AnyTagClassName
{
color: #C054DC;
}
</style>
background-color css
<style>
a { background-color: #C054DC; }
a { background-color: rgb(192,84,220); }
div.DivClassName
{
background-color: #C054DC;
}
.BgClassName
{
background-color: #C054DC;
}
</style>
border-color css
<style>
span { border-color: #C054DC; }
span { border-color: rgb(192,84,220); }
td.TdClassName
{
border-color: #C054DC;
}
.TagClassName
{
border-color: #C054DC;
}
</style>