Html Css Color HEX #C84EDC Medium Orchid

📋 copy color: '#C84EDC'

red 200 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #C84EDC

Tints of Medium Orchid #C84EDC

RGB

 RED value IS 200 (78.52% from 255) = 40.16%

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

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

R = 40.16%
G = 15.66%
B = 44.18%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C84EDC (or 0xC84EDC) is known color: Medium Orchid. HEX triplet: C8, 4E and DC. RGB value is (200,78,220). Sum of RGB (Red+Green+Blue) = 200+78+220=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 78 (30.86% from 255 or 15.66% 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 #C84EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDC is #37B123. Grayscale: #828282. Windows color (decimal): -3649828 or 14438088. OLE color: 14438088.

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

Color convert

RGB 200 78 220 -
CMYK 0.09 0.65 0 0.14
HSL 291.55º 0.67% 0.58% -
HSV(B) 291.55º 0.65% 0.86% -
XYZ 39.46 22.9 70.05 -
YUV 130.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 200 78 220 0.09 0.65 0 0.14 291.55 0.67 0.58
Hex C8 4E DC 9 41 0 E 124 43 3A
Octal 310 116 334 11 101 0 16 444 103 72
Binary 11001000 1001110 11011100 1001 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #C84EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EDC

Black with #C84EDC

Text Example


Text Example

White with #C84EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EDC; }

 p { color: rgb(200,78,220); }

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

background-color css

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

 a { background-color: rgb(200,78,220); }

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

border-color css

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

 span { border-color: rgb(200,78,220); }

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