Html Css Color HEX #C74FEC Medium Orchid

📋 copy color: '#C74FEC'

red 199 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #C74FEC

Tints of Medium Orchid #C74FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.37%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 38.72%
G = 15.37%
B = 45.91%

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

#C74FEC (or 0xC74FEC) is known color: Medium Orchid. HEX triplet: C7, 4F and EC. RGB value is (199,79,236). Sum of RGB (Red+Green+Blue) = 199+79+236=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 79 (31.25% from 255 or 15.37% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #C74FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FEC is #38B013. Grayscale: #848484. Windows color (decimal): -3715092 or 15486919. OLE color: 15486919.

HSL color Cylindrical-coordinate representation of color #C74FEC: hue angle of 285.86º degrees, saturation: 0.81, 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 #C74FEC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 79 236 -
CMYK 0.16 0.67 0 0.07
HSL 285.86º 0.81% 0.62% -
HSV(B) 285.86º 0.67% 0.93% -
XYZ 41.49 23.79 81.76 -
YUV 132.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 199 79 236 0.16 0.67 0 0.07 285.86 0.81 0.62
Hex C7 4F EC 10 43 0 7 11E 51 3E
Octal 307 117 354 20 103 0 7 436 121 76
Binary 11000111 1001111 11101100 10000 1000011 0 111 100011110 1010001 111110

Color Harmonies of #C74FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FEC

Black with #C74FEC

Text Example


Text Example

White with #C74FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FEC; }

 p { color: rgb(199,79,236); }

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

background-color css

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

 a { background-color: rgb(199,79,236); }

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

border-color css

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

 span { border-color: rgb(199,79,236); }

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