Html Css Color HEX #C54EDC Medium Orchid

📋 copy color: '#C54EDC'

red 197 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #C54EDC

Tints of Medium Orchid #C54EDC

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

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

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

R = 39.8%
G = 15.76%
B = 44.44%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C54EDC (or 0xC54EDC) is known color: Medium Orchid. HEX triplet: C5, 4E and DC. RGB value is (197,78,220). Sum of RGB (Red+Green+Blue) = 197+78+220=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #C54EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EDC is #3AB123. Grayscale: #818181. Windows color (decimal): -3846436 or 14438085. OLE color: 14438085.

HSL color Cylindrical-coordinate representation of color #C54EDC: hue angle of 290.28º 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 #C54EDC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 78 220 -
CMYK 0.10 0.65 0 0.14
HSL 290.28º 0.67% 0.58% -
HSV(B) 290.28º 0.65% 0.86% -
XYZ 38.67 22.49 70.01 -
YUV 129.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 197 78 220 0.10 0.65 0 0.14 290.28 0.67 0.58
Hex C5 4E DC A 41 0 E 122 43 3A
Octal 305 116 334 12 101 0 16 442 103 72
Binary 11000101 1001110 11011100 1010 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C54EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EDC

Black with #C54EDC

Text Example


Text Example

White with #C54EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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