Html Css Color HEX #C540E9 Medium Orchid

📋 copy color: '#C540E9'

red 197 ◦ green 64 ◦ blue 233

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

Shades of Medium Orchid #C540E9

Tints of Medium Orchid #C540E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 39.88%
G = 12.96%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C540E9 (or 0xC540E9) is known color: Medium Orchid. HEX triplet: C5, 40 and E9. RGB value is (197,64,233). Sum of RGB (Red+Green+Blue) = 197+64+233=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #C540E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540E9 is #3ABF16. Grayscale: #7A7A7A. Windows color (decimal): -3850007 or 15286469. OLE color: 15286469.

HSL color Cylindrical-coordinate representation of color #C540E9: hue angle of 287.22º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C540E9 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 64 233 -
CMYK 0.15 0.73 0 0.09
HSL 287.22º 0.79% 0.58% -
HSV(B) 287.22º 0.73% 0.91% -
XYZ 39.57 21.42 79.14 -
YUV 123.03 190.06 180.76 -
System Red Green Blue C M Y K H S L
Decimal 197 64 233 0.15 0.73 0 0.09 287.22 0.79 0.58
Hex C5 40 E9 F 49 0 9 11F 4F 3A
Octal 305 100 351 17 111 0 11 437 117 72
Binary 11000101 1000000 11101001 1111 1001001 0 1001 100011111 1001111 111010

Color Harmonies of #C540E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540E9

Black with #C540E9

Text Example


Text Example

White with #C540E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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