#C042FC

Color #C042FC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C042FC

Tints of Medium Orchid #C042FC

Color information

#C042FC (or 0xC042FC) is unknown color: approx 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

RGB19266252-
CMYK0.240.7400.01
HSL280.65º96.88%62.35%-
HSV(B)280.65º73.81%98.82%-
XYZ41.2622.1394.19-
YUV124.88199.74175.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 66 (26.17% from 255) = 12.94%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=37.65%
G=12.94%
B=49.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192662520.240.7400.01280.6596.8862.35
HexC042FC184A01119613e
Octal300102374301120143114176
Binary11000000100001011111100110001001010011000110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>