Html Css Color HEX #C741EB Medium Orchid

📋 copy color: '#C741EB'

red 199 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C741EB

Tints of Medium Orchid #C741EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 39.88%
G = 13.03%
B = 47.09%

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

#C741EB (or 0xC741EB) is known color: Medium Orchid. HEX triplet: C7, 41 and EB. RGB value is (199,65,235). Sum of RGB (Red+Green+Blue) = 199+65+235=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C741EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C741EB is #38BE14. Grayscale: #7B7B7B. Windows color (decimal): -3718677 or 15417799. OLE color: 15417799.

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

Color convert

RGB 199 65 235 -
CMYK 0.15 0.72 0 0.08
HSL 287.29º 0.81% 0.59% -
HSV(B) 287.29º 0.72% 0.92% -
XYZ 40.44 21.92 80.7 -
YUV 124.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 199 65 235 0.15 0.72 0 0.08 287.29 0.81 0.59
Hex C7 41 EB F 48 0 8 11F 51 3B
Octal 307 101 353 17 110 0 10 437 121 73
Binary 11000111 1000001 11101011 1111 1001000 0 1000 100011111 1010001 111011

Color Harmonies of #C741EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C741EB

Black with #C741EB

Text Example


Text Example

White with #C741EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C741EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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