Html Css Color HEX #C74ED8 Medium Orchid

📋 copy color: '#C74ED8'

red 199 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #C74ED8

Tints of Medium Orchid #C74ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 40.37%
G = 15.82%
B = 43.81%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C74ED8 (or 0xC74ED8) is known color: Medium Orchid. HEX triplet: C7, 4E and D8. RGB value is (199,78,216). Sum of RGB (Red+Green+Blue) = 199+78+216=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #C74ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74ED8 is #38B127. Grayscale: #818181. Windows color (decimal): -3715368 or 14175943. OLE color: 14175943.

HSL color Cylindrical-coordinate representation of color #C74ED8: hue angle of 292.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74ED8 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 78 216 -
CMYK 0.08 0.64 0 0.15
HSL 292.61º 0.64% 0.58% -
HSV(B) 292.61º 0.64% 0.85% -
XYZ 38.67 22.55 67.28 -
YUV 129.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 199 78 216 0.08 0.64 0 0.15 292.61 0.64 0.58
Hex C7 4E D8 8 40 0 F 125 40 3A
Octal 307 116 330 10 100 0 17 445 100 72
Binary 11000111 1001110 11011000 1000 1000000 0 1111 100100101 1000000 111010

Color Harmonies of #C74ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ED8

Black with #C74ED8

Text Example


Text Example

White with #C74ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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