Html Css Color HEX #C740EB Medium Orchid

📋 copy color: '#C740EB'

red 199 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C740EB

Tints of Medium Orchid #C740EB

RGB

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

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

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

R = 39.96%
G = 12.85%
B = 47.19%

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

#C740EB (or 0xC740EB) is known color: Medium Orchid. HEX triplet: C7, 40 and EB. RGB value is (199,64,235). Sum of RGB (Red+Green+Blue) = 199+64+235=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C740EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740EB is #38BF14. Grayscale: #7B7B7B. Windows color (decimal): -3718933 or 15417543. OLE color: 15417543.

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

Color convert

RGB 199 64 235 -
CMYK 0.15 0.73 0 0.08
HSL 287.37º 0.81% 0.59% -
HSV(B) 287.37º 0.73% 0.92% -
XYZ 40.38 21.81 80.68 -
YUV 123.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 199 64 235 0.15 0.73 0 0.08 287.37 0.81 0.59
Hex C7 40 EB F 49 0 8 11F 51 3B
Octal 307 100 353 17 111 0 10 437 121 73
Binary 11000111 1000000 11101011 1111 1001001 0 1000 100011111 1010001 111011

Color Harmonies of #C740EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740EB

Black with #C740EB

Text Example


Text Example

White with #C740EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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