Html Css Color HEX #C741EA Medium Orchid

📋 copy color: '#C741EA'

red 199 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #C741EA

Tints of Medium Orchid #C741EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.05%

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

R = 39.96%
G = 13.05%
B = 46.99%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C741EA (or 0xC741EA) is known color: Medium Orchid. HEX triplet: C7, 41 and EA. RGB value is (199,65,234). Sum of RGB (Red+Green+Blue) = 199+65+234=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #C741EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741EA is #38BE15. Grayscale: #7B7B7B. Windows color (decimal): -3718678 or 15352263. OLE color: 15352263.

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

Color convert

RGB 199 65 234 -
CMYK 0.15 0.72 0 0.08
HSL 287.57º 0.8% 0.59% -
HSV(B) 287.57º 0.72% 0.92% -
XYZ 40.29 21.86 79.94 -
YUV 124.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 199 65 234 0.15 0.72 0 0.08 287.57 0.8 0.59
Hex C7 41 EA F 48 0 8 120 50 3B
Octal 307 101 352 17 110 0 10 440 120 73
Binary 11000111 1000001 11101010 1111 1001000 0 1000 100100000 1010000 111011

Color Harmonies of #C741EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741EA

Black with #C741EA

Text Example


Text Example

White with #C741EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741EA; }

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

 H1.HeaderClassName
 {
   color: #C741EA;
 }
 .AnyTagClassName
 {
   color: #C741EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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