Shades of Medium Orchid #C042FC
Tints of Medium Orchid #C042FC
RGB
CMYK
RGB Variations
Color information
#C042FC (or 0xC042FC) is known color: Medium Orchid. HEX triplet: C0, 42 and FC. RGB value is (192,66,252). Sum of RGB (Red+Green+Blue) = 192+66+252=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C042FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042FC is #3FBD03. Grayscale: #7C7C7C. Windows color (decimal): -4177156 or 16532160. OLE color: 16532160.
HSL color Cylindrical-coordinate representation of color #C042FC: hue angle of 280.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C042FC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 192 | 66 | 252 | - |
CMYK | 0.24 | 0.74 | 0 | 0.01 |
HSL | 280.65º | 0.97% | 0.62% | - |
HSV(B) | 280.65º | 0.74% | 0.99% | - |
XYZ | 41.26 | 22.13 | 94.19 | - |
YUV | 124.88 | 199.74 | 175.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 66 | 252 | 0.24 | 0.74 | 0 | 0.01 | 280.65 | 0.97 | 0.62 |
Hex | C0 | 42 | FC | 18 | 4A | 0 | 1 | 119 | 61 | 3E |
Octal | 300 | 102 | 374 | 30 | 112 | 0 | 1 | 431 | 141 | 76 |
Binary | 11000000 | 1000010 | 11111100 | 11000 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C042FC
Complementary color
Monochromatic Colors of #C042FC
Black with #C042FC
Text Example
Text Example
White with #C042FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042FC; }
p { color: rgb(192,66,252); }
H1.HeaderClassName
{
color: #C042FC;
}
.AnyTagClassName
{
color: #C042FC;
}
</style>
background-color css
<style>
a { background-color: #C042FC; }
a { background-color: rgb(192,66,252); }
div.DivClassName
{
background-color: #C042FC;
}
.BgClassName
{
background-color: #C042FC;
}
</style>
border-color css
<style>
span { border-color: #C042FC; }
span { border-color: rgb(192,66,252); }
td.TdClassName
{
border-color: #C042FC;
}
.TagClassName
{
border-color: #C042FC;
}
</style>