#C73FEA

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

Shades of Medium Orchid #C73FEA

Tints of Medium Orchid #C73FEA

Color information

#C73FEA (or 0xC73FEA) is unknown color: approx Medium Orchid. HEX triplet: C7, 3F and EA. RGB value is (199,63,234). Sum of RGB (Red+Green+Blue) = 199+63+234=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FEA is #38C015. Grayscale: #7A7A7A. Windows color (decimal): -3719190 or 15351751. OLE color: 15351751.

HSL color Cylindrical-coordinate representation of color #C73FEA: hue angle of 287.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73FEA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19963234-
CMYK0.150.7300.08
HSL287.72º80.28%58.24%-
HSV(B)287.72º73.08%91.76%-
XYZ40.1821.6479.9-
YUV123.16190.56182.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 63 (25% from 255) = 12.70%
BLUE value IS 234 (91.80% from 255) = 47.18%
R=40.12%
G=12.70%
B=47.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199632340.150.7300.08287.7280.2858.24
HexC73FEAF4908120503a
Octal307773521711101044012072
Binary110001111111111110101011111001001010001001000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FEA; }

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

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

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

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

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

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

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

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