Html Css Color HEX #C740ED Medium Orchid

📋 copy color: '#C740ED'

red 199 ◦ green 64 ◦ blue 237

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

Shades of Medium Orchid #C740ED

Tints of Medium Orchid #C740ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 39.8%
G = 12.8%
B = 47.4%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C740ED (or 0xC740ED) is known color: Medium Orchid. HEX triplet: C7, 40 and ED. RGB value is (199,64,237). Sum of RGB (Red+Green+Blue) = 199+64+237=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #C740ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C740ED is #38BF12. Grayscale: #7B7B7B. Windows color (decimal): -3718931 or 15548615. OLE color: 15548615.

HSL color Cylindrical-coordinate representation of color #C740ED: hue angle of 286.82º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C740ED is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 64 237 -
CMYK 0.16 0.73 0 0.07
HSL 286.82º 0.83% 0.59% -
HSV(B) 286.82º 0.73% 0.93% -
XYZ 40.67 21.92 82.21 -
YUV 124.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 199 64 237 0.16 0.73 0 0.07 286.82 0.83 0.59
Hex C7 40 ED 10 49 0 7 11F 53 3B
Octal 307 100 355 20 111 0 7 437 123 73
Binary 11000111 1000000 11101101 10000 1001001 0 111 100011111 1010011 111011

Color Harmonies of #C740ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C740ED

Black with #C740ED

Text Example


Text Example

White with #C740ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C740ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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