#C740EA

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

Shades of Medium Orchid #C740EA

Tints of Medium Orchid #C740EA

Color information

#C740EA (or 0xC740EA) is unknown color: approx Medium Orchid. HEX triplet: C7, 40 and EA. RGB value is (199,64,234). Sum of RGB (Red+Green+Blue) = 199+64+234=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #C740EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740EA is #38BF15. Grayscale: #7B7B7B. Windows color (decimal): -3718934 or 15352007. OLE color: 15352007.

HSL color Cylindrical-coordinate representation of color #C740EA: hue angle of 287.65º 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 #C740EA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19964234-
CMYK0.150.7300.08
HSL287.65º80.19%58.43%-
HSV(B)287.65º72.65%91.76%-
XYZ40.2421.7579.92-
YUV123.74190.23181.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=40.04%
G=12.88%
B=47.08%

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
Decimal199642340.150.7300.08287.6580.1958.43
HexC740EAF4908120503a
Octal3071003521711101044012072
Binary1100011110000001110101011111001001010001001000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C740EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C740EA; }

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

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

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

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

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

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

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

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