Shades of Medium Orchid #C054CC
Tints of Medium Orchid #C054CC
RGB
CMYK
RGB Variations
Color information
#C054CC (or 0xC054CC) is known color: Medium Orchid. HEX triplet: C0, 54 and CC. RGB value is (192,84,204). Sum of RGB (Red+Green+Blue) = 192+84+204=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #C054CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C054CC is #3FAB33. Grayscale: #818181. Windows color (decimal): -4172596 or 13391040. OLE color: 13391040.
HSL color Cylindrical-coordinate representation of color #C054CC: hue angle of 294º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C054CC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 84 | 204 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.2 |
| HSL | 294º | 0.54% | 0.56% | - |
| HSV(B) | 294º | 0.59% | 0.8% | - |
| XYZ | 35.81 | 21.91 | 59.47 | - |
| YUV | 129.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 204 | 0.06 | 0.59 | 0 | 0.2 | 294 | 0.54 | 0.56 |
| Hex | C0 | 54 | CC | 6 | 3B | 0 | 14 | 126 | 36 | 38 |
| Octal | 300 | 124 | 314 | 6 | 73 | 0 | 24 | 446 | 66 | 70 |
| Binary | 11000000 | 1010100 | 11001100 | 110 | 111011 | 0 | 10100 | 100100110 | 110110 | 111000 |
Color Harmonies of #C054CC
Complementary color
Monochromatic Colors of #C054CC
Black with #C054CC
Text Example
Text Example
White with #C054CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054CC; }
p { color: rgb(192,84,204); }
H1.HeaderClassName
{
color: #C054CC;
}
.AnyTagClassName
{
color: #C054CC;
}
</style>
background-color css
<style>
a { background-color: #C054CC; }
a { background-color: rgb(192,84,204); }
div.DivClassName
{
background-color: #C054CC;
}
.BgClassName
{
background-color: #C054CC;
}
</style>
border-color css
<style>
span { border-color: #C054CC; }
span { border-color: rgb(192,84,204); }
td.TdClassName
{
border-color: #C054CC;
}
.TagClassName
{
border-color: #C054CC;
}
</style>