Shades of Medium Orchid #C054FC
Tints of Medium Orchid #C054FC
RGB
CMYK
RGB Variations
Color information
#C054FC (or 0xC054FC) is known color: Medium Orchid. HEX triplet: C0, 54 and FC. RGB value is (192,84,252). Sum of RGB (Red+Green+Blue) = 192+84+252=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #C054FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054FC is #3FAB03. Grayscale: #868686. Windows color (decimal): -4172548 or 16536768. OLE color: 16536768.
HSL color Cylindrical-coordinate representation of color #C054FC: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C054FC is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 84 | 252 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.01 |
| HSL | 278.57º | 0.97% | 0.66% | - |
| HSV(B) | 278.57º | 0.67% | 0.99% | - |
| XYZ | 42.48 | 24.58 | 94.6 | - |
| YUV | 135.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 252 | 0.24 | 0.67 | 0 | 0.01 | 278.57 | 0.97 | 0.66 |
| Hex | C0 | 54 | FC | 18 | 43 | 0 | 1 | 117 | 61 | 42 |
| Octal | 300 | 124 | 374 | 30 | 103 | 0 | 1 | 427 | 141 | 102 |
| Binary | 11000000 | 1010100 | 11111100 | 11000 | 1000011 | 0 | 1 | 100010111 | 1100001 | 1000010 |
Color Harmonies of #C054FC
Complementary color
Monochromatic Colors of #C054FC
Black with #C054FC
Text Example
Text Example
White with #C054FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C054FC; }
p { color: rgb(192,84,252); }
H1.HeaderClassName
{
color: #C054FC;
}
.AnyTagClassName
{
color: #C054FC;
}
</style>
background-color css
<style>
a { background-color: #C054FC; }
a { background-color: rgb(192,84,252); }
div.DivClassName
{
background-color: #C054FC;
}
.BgClassName
{
background-color: #C054FC;
}
</style>
border-color css
<style>
span { border-color: #C054FC; }
span { border-color: rgb(192,84,252); }
td.TdClassName
{
border-color: #C054FC;
}
.TagClassName
{
border-color: #C054FC;
}
</style>