Html Css Color HEX #C74FED Medium Orchid

📋 copy color: '#C74FED'

red 199 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #C74FED

Tints of Medium Orchid #C74FED

RGB

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

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

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

R = 38.64%
G = 15.34%
B = 46.02%

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

#C74FED (or 0xC74FED) is known color: Medium Orchid. HEX triplet: C7, 4F and ED. RGB value is (199,79,237). Sum of RGB (Red+Green+Blue) = 199+79+237=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C74FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74FED is #38B012. Grayscale: #848484. Windows color (decimal): -3715091 or 15552455. OLE color: 15552455.

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

Color convert

RGB 199 79 237 -
CMYK 0.16 0.67 0 0.07
HSL 285.57º 0.81% 0.62% -
HSV(B) 285.57º 0.67% 0.93% -
XYZ 41.64 23.85 82.53 -
YUV 132.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 199 79 237 0.16 0.67 0 0.07 285.57 0.81 0.62
Hex C7 4F ED 10 43 0 7 11E 51 3E
Octal 307 117 355 20 103 0 7 436 121 76
Binary 11000111 1001111 11101101 10000 1000011 0 111 100011110 1010001 111110

Color Harmonies of #C74FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FED

Black with #C74FED

Text Example


Text Example

White with #C74FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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