Html Css Color HEX #C540E1 Medium Orchid

📋 copy color: '#C540E1'

red 197 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #C540E1

Tints of Medium Orchid #C540E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.17%

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 40.53%
G = 13.17%
B = 46.3%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C540E1 (or 0xC540E1) is known color: Medium Orchid. HEX triplet: C5, 40 and E1. RGB value is (197,64,225). Sum of RGB (Red+Green+Blue) = 197+64+225=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #C540E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540E1 is #3ABF1E. Grayscale: #797979. Windows color (decimal): -3850015 or 14762181. OLE color: 14762181.

HSL color Cylindrical-coordinate representation of color #C540E1: hue angle of 289.57º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C540E1 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 64 225 -
CMYK 0.12 0.72 0 0.12
HSL 289.57º 0.73% 0.57% -
HSV(B) 289.57º 0.72% 0.88% -
XYZ 38.45 20.97 73.26 -
YUV 122.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 197 64 225 0.12 0.72 0 0.12 289.57 0.73 0.57
Hex C5 40 E1 C 48 0 C 122 49 39
Octal 305 100 341 14 110 0 14 442 111 71
Binary 11000101 1000000 11100001 1100 1001000 0 1100 100100010 1001001 111001

Color Harmonies of #C540E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540E1

Black with #C540E1

Text Example


Text Example

White with #C540E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540E1; }

 p { color: rgb(197,64,225); }

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

background-color css

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

 a { background-color: rgb(197,64,225); }

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

border-color css

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

 span { border-color: rgb(197,64,225); }

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