Html Css Color HEX #C54EDF Medium Orchid

📋 copy color: '#C54EDF'

red 197 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #C54EDF

Tints of Medium Orchid #C54EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 39.56%
G = 15.66%
B = 44.78%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C54EDF (or 0xC54EDF) is known color: Medium Orchid. HEX triplet: C5, 4E and DF. RGB value is (197,78,223). Sum of RGB (Red+Green+Blue) = 197+78+223=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 78 (30.86% from 255 or 15.66% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EDF is #3AB120. Grayscale: #818181. Windows color (decimal): -3846433 or 14634693. OLE color: 14634693.

HSL color Cylindrical-coordinate representation of color #C54EDF: hue angle of 289.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54EDF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 78 223 -
CMYK 0.12 0.65 0 0.13
HSL 289.24º 0.69% 0.59% -
HSV(B) 289.24º 0.65% 0.87% -
XYZ 39.07 22.65 72.12 -
YUV 130.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 197 78 223 0.12 0.65 0 0.13 289.24 0.69 0.59
Hex C5 4E DF C 41 0 D 121 45 3B
Octal 305 116 337 14 101 0 15 441 105 73
Binary 11000101 1001110 11011111 1100 1000001 0 1101 100100001 1000101 111011

Color Harmonies of #C54EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EDF

Black with #C54EDF

Text Example


Text Example

White with #C54EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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