Html Css Color HEX #C74FDC Medium Orchid

📋 copy color: '#C74FDC'

red 199 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #C74FDC

Tints of Medium Orchid #C74FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 39.96%
G = 15.86%
B = 44.18%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C74FDC (or 0xC74FDC) is known color: Medium Orchid. HEX triplet: C7, 4F and DC. RGB value is (199,79,220). Sum of RGB (Red+Green+Blue) = 199+79+220=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C74FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FDC is #38B023. Grayscale: #828282. Windows color (decimal): -3715108 or 14438343. OLE color: 14438343.

HSL color Cylindrical-coordinate representation of color #C74FDC: hue angle of 291.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74FDC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 79 220 -
CMYK 0.10 0.64 0 0.14
HSL 291.06º 0.67% 0.59% -
HSV(B) 291.06º 0.64% 0.86% -
XYZ 39.27 22.9 70.06 -
YUV 130.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 199 79 220 0.10 0.64 0 0.14 291.06 0.67 0.59
Hex C7 4F DC A 40 0 E 123 43 3B
Octal 307 117 334 12 100 0 16 443 103 73
Binary 11000111 1001111 11011100 1010 1000000 0 1110 100100011 1000011 111011

Color Harmonies of #C74FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FDC

Black with #C74FDC

Text Example


Text Example

White with #C74FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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