Shades of Medium Orchid #C043FC
Tints of Medium Orchid #C043FC
RGB
CMYK
RGB Variations
Color information
#C043FC (or 0xC043FC) is known color: Medium Orchid. HEX triplet: C0, 43 and FC. RGB value is (192,67,252). Sum of RGB (Red+Green+Blue) = 192+67+252=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C043FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C043FC is #3FBC03. Grayscale: #7C7C7C. Windows color (decimal): -4176900 or 16532416. OLE color: 16532416.
HSL color Cylindrical-coordinate representation of color #C043FC: hue angle of 280.54º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C043FC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 67 | 252 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.01 |
| HSL | 280.54º | 0.97% | 0.63% | - |
| HSV(B) | 280.54º | 0.73% | 0.99% | - |
| XYZ | 41.32 | 22.25 | 94.21 | - |
| YUV | 125.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 252 | 0.24 | 0.73 | 0 | 0.01 | 280.54 | 0.97 | 0.63 |
| Hex | C0 | 43 | FC | 18 | 49 | 0 | 1 | 119 | 61 | 3F |
| Octal | 300 | 103 | 374 | 30 | 111 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000000 | 1000011 | 11111100 | 11000 | 1001001 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C043FC
Complementary color
Monochromatic Colors of #C043FC
Black with #C043FC
Text Example
Text Example
White with #C043FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043FC; }
p { color: rgb(192,67,252); }
H1.HeaderClassName
{
color: #C043FC;
}
.AnyTagClassName
{
color: #C043FC;
}
</style>
background-color css
<style>
a { background-color: #C043FC; }
a { background-color: rgb(192,67,252); }
div.DivClassName
{
background-color: #C043FC;
}
.BgClassName
{
background-color: #C043FC;
}
</style>
border-color css
<style>
span { border-color: #C043FC; }
span { border-color: rgb(192,67,252); }
td.TdClassName
{
border-color: #C043FC;
}
.TagClassName
{
border-color: #C043FC;
}
</style>