#C73FEC

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

Shades of Medium Orchid #C73FEC

Tints of Medium Orchid #C73FEC

Color information

#C73FEC (or 0xC73FEC) is unknown color: approx Medium Orchid. HEX triplet: C7, 3F and EC. RGB value is (199,63,236). Sum of RGB (Red+Green+Blue) = 199+63+236=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C73FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FEC is #38C013. Grayscale: #7A7A7A. Windows color (decimal): -3719188 or 15482823. OLE color: 15482823.

HSL color Cylindrical-coordinate representation of color #C73FEC: hue angle of 287.17º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73FEC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19963236-
CMYK0.160.7300.07
HSL287.17º81.99%58.63%-
HSV(B)287.17º73.31%92.55%-
XYZ40.4721.7581.42-
YUV123.39191.56181.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 63 (25% from 255) = 12.65%
BLUE value IS 236 (92.58% from 255) = 47.39%
R=39.96%
G=12.65%
B=47.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199632360.160.7300.07287.1781.9958.63
HexC73FEC10490711f523b
Octal30777354201110743712273
Binary110001111111111110110010000100100101111000111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FEC; }

 p { color: rgb(199,63,236); }

 H1.HeaderClassName
 {
   color: #C73FEC;
 }
 .AnyTagClassName
 {
   color: #C73FEC;
 }
</style>
background-color css

<style>
 a { background-color: #C73FEC; }

 a { background-color: rgb(199,63,236); }

 div.DivClassName
 {
   background-color: #C73FEC;
 }
 .BgClassName
 {
   background-color: #C73FEC;
 }
</style>
border-color css

<style>
 span { border-color: #C73FEC; }

 span { border-color: rgb(199,63,236); }

 td.TdClassName
 {
   border-color: #C73FEC;
 }
 .TagClassName
 {
   border-color: #C73FEC;
 }
</style>