Html Css Color HEX #C740EA Medium Orchid

📋 copy color: '#C740EA'

red 199 ◦ green 64 ◦ blue 234

#C740EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C740EA

Tints of Medium Orchid #C740EA

RGB

 RED value IS 199 (78.13% from 255) = 40.04%

 GREEN value IS 64 (25.39% from 255) = 12.88%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 40.04%
G = 12.88%
B = 47.08%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C740EA (or 0xC740EA) is known color: 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

RGB 199 64 234 -
CMYK 0.15 0.73 0 0.08
HSL 287.65º 0.8% 0.58% -
HSV(B) 287.65º 0.73% 0.92% -
XYZ 40.24 21.75 79.92 -
YUV 123.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 199 64 234 0.15 0.73 0 0.08 287.65 0.8 0.58
Hex C7 40 EA F 49 0 8 120 50 3A
Octal 307 100 352 17 111 0 10 440 120 72
Binary 11000111 1000000 11101010 1111 1001001 0 1000 100100000 1010000 111010

Color Harmonies of #C740EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740EA

Black with #C740EA

Text Example


Text Example

White with #C740EA

Text Example


Text Example

HTML Codes & Css Web 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>