Html Css Color HEX #C74AD6 Medium Orchid

📋 copy color: '#C74AD6'

red 199 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #C74AD6

Tints of Medium Orchid #C74AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

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

R = 40.86%
G = 15.2%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C74AD6 (or 0xC74AD6) is known color: Medium Orchid. HEX triplet: C7, 4A and D6. RGB value is (199,74,214). Sum of RGB (Red+Green+Blue) = 199+74+214=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #C74AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AD6 is #38B529. Grayscale: #7E7E7E. Windows color (decimal): -3716394 or 14043847. OLE color: 14043847.

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

Color convert

RGB 199 74 214 -
CMYK 0.07 0.65 0 0.16
HSL 293.57º 0.63% 0.56% -
HSV(B) 293.57º 0.65% 0.84% -
XYZ 38.14 21.89 65.83 -
YUV 127.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 199 74 214 0.07 0.65 0 0.16 293.57 0.63 0.56
Hex C7 4A D6 7 41 0 10 126 3F 38
Octal 307 112 326 7 101 0 20 446 77 70
Binary 11000111 1001010 11010110 111 1000001 0 10000 100100110 111111 111000

Color Harmonies of #C74AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AD6

Black with #C74AD6

Text Example


Text Example

White with #C74AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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