Html Css Color HEX #C74ED6 Medium Orchid

📋 copy color: '#C74ED6'

red 199 ◦ green 78 ◦ blue 214

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

Shades of Medium Orchid #C74ED6

Tints of Medium Orchid #C74ED6

RGB

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

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

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

R = 40.53%
G = 15.89%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C74ED6 (or 0xC74ED6) is known color: Medium Orchid. HEX triplet: C7, 4E and D6. RGB value is (199,78,214). Sum of RGB (Red+Green+Blue) = 199+78+214=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #C74ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ED6 is #38B129. Grayscale: #818181. Windows color (decimal): -3715370 or 14044871. OLE color: 14044871.

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

Color convert

RGB 199 78 214 -
CMYK 0.07 0.64 0 0.16
HSL 293.38º 0.62% 0.57% -
HSV(B) 293.38º 0.64% 0.84% -
XYZ 38.42 22.45 65.93 -
YUV 129.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 199 78 214 0.07 0.64 0 0.16 293.38 0.62 0.57
Hex C7 4E D6 7 40 0 10 125 3E 39
Octal 307 116 326 7 100 0 20 445 76 71
Binary 11000111 1001110 11010110 111 1000000 0 10000 100100101 111110 111001

Color Harmonies of #C74ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ED6

Black with #C74ED6

Text Example


Text Example

White with #C74ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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