#c73cea

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

Shades of Medium Orchid #C73CEA

Tints of Medium Orchid #C73CEA

Color information

#C73CEA (or 0xC73CEA) is unknown color: approx Medium Orchid. HEX triplet: C7, 3C and EA. RGB value is (199,60,234). Sum of RGB (Red+Green+Blue) = 199+60+234=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CEA is #38C315. Grayscale: #787878. Windows color (decimal): -3719958 or 15350983. OLE color: 15350983.

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

Color convert

RGB19960234-
CMYK0.150.7400.08
HSL287.93º80.56%57.65%-
HSV(B)287.93º74.36%91.76%-
XYZ40.0221.3179.85-
YUV121.4191.55183.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 60 (23.83% from 255) = 12.17%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=40.37%
G=12.17%
B=47.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199602340.150.7400.08287.9380.5657.65
HexC73CEAF4A08120513a
Octal307743521711201044012172
Binary110001111111001110101011111001010010001001000001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c73cea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c73cea; }

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

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

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

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

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

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

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

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