Html Css Color HEX #C54EDB Medium Orchid

📋 copy color: '#C54EDB'

red 197 ◦ green 78 ◦ blue 219

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

Shades of Medium Orchid #C54EDB

Tints of Medium Orchid #C54EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 39.88%
G = 15.79%
B = 44.33%

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

#C54EDB (or 0xC54EDB) is known color: Medium Orchid. HEX triplet: C5, 4E and DB. RGB value is (197,78,219). Sum of RGB (Red+Green+Blue) = 197+78+219=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C54EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EDB is #3AB124. Grayscale: #818181. Windows color (decimal): -3846437 or 14372549. OLE color: 14372549.

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

Color convert

RGB 197 78 219 -
CMYK 0.10 0.64 0 0.14
HSL 290.64º 0.66% 0.58% -
HSV(B) 290.64º 0.64% 0.86% -
XYZ 38.54 22.43 69.32 -
YUV 129.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 197 78 219 0.10 0.64 0 0.14 290.64 0.66 0.58
Hex C5 4E DB A 40 0 E 123 42 3A
Octal 305 116 333 12 100 0 16 443 102 72
Binary 11000101 1001110 11011011 1010 1000000 0 1110 100100011 1000010 111010

Color Harmonies of #C54EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EDB

Black with #C54EDB

Text Example


Text Example

White with #C54EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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