Html Css Color HEX #C74EED Medium Orchid

📋 copy color: '#C74EED'

red 199 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #C74EED

Tints of Medium Orchid #C74EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.18%

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

R = 38.72%
G = 15.18%
B = 46.11%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C74EED (or 0xC74EED) is known color: Medium Orchid. HEX triplet: C7, 4E and ED. RGB value is (199,78,237). Sum of RGB (Red+Green+Blue) = 199+78+237=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #C74EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EED is #38B112. Grayscale: #838383. Windows color (decimal): -3715347 or 15552199. OLE color: 15552199.

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

Color convert

RGB 199 78 237 -
CMYK 0.16 0.67 0 0.07
HSL 285.66º 0.82% 0.62% -
HSV(B) 285.66º 0.67% 0.93% -
XYZ 41.56 23.71 82.51 -
YUV 132.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 199 78 237 0.16 0.67 0 0.07 285.66 0.82 0.62
Hex C7 4E ED 10 43 0 7 11E 52 3E
Octal 307 116 355 20 103 0 7 436 122 76
Binary 11000111 1001110 11101101 10000 1000011 0 111 100011110 1010010 111110

Color Harmonies of #C74EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EED

Black with #C74EED

Text Example


Text Example

White with #C74EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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