Html Css Color HEX #C74FD6 Medium Orchid

📋 copy color: '#C74FD6'

red 199 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #C74FD6

Tints of Medium Orchid #C74FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 40.45%
G = 16.06%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C74FD6 (or 0xC74FD6) is known color: Medium Orchid. HEX triplet: C7, 4F and D6. RGB value is (199,79,214). Sum of RGB (Red+Green+Blue) = 199+79+214=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #C74FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FD6 is #38B029. Grayscale: #818181. Windows color (decimal): -3715114 or 14045127. OLE color: 14045127.

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

Color convert

RGB 199 79 214 -
CMYK 0.07 0.63 0 0.16
HSL 293.33º 0.62% 0.57% -
HSV(B) 293.33º 0.63% 0.84% -
XYZ 38.49 22.59 65.95 -
YUV 130.27 175.26 177.02 -
System Red Green Blue C M Y K H S L
Decimal 199 79 214 0.07 0.63 0 0.16 293.33 0.62 0.57
Hex C7 4F D6 7 3F 0 10 125 3E 39
Octal 307 117 326 7 77 0 20 445 76 71
Binary 11000111 1001111 11010110 111 111111 0 10000 100100101 111110 111001

Color Harmonies of #C74FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FD6

Black with #C74FD6

Text Example


Text Example

White with #C74FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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