Html Css Color HEX #C540EB Medium Orchid

📋 copy color: '#C540EB'

red 197 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C540EB

Tints of Medium Orchid #C540EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 39.72%
G = 12.9%
B = 47.38%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C540EB (or 0xC540EB) is known color: Medium Orchid. HEX triplet: C5, 40 and EB. RGB value is (197,64,235). Sum of RGB (Red+Green+Blue) = 197+64+235=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C540EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C540EB is #3ABF14. Grayscale: #7A7A7A. Windows color (decimal): -3850005 or 15417541. OLE color: 15417541.

HSL color Cylindrical-coordinate representation of color #C540EB: hue angle of 286.67º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C540EB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 64 235 -
CMYK 0.16 0.73 0 0.08
HSL 286.67º 0.81% 0.59% -
HSV(B) 286.67º 0.73% 0.92% -
XYZ 39.85 21.54 80.65 -
YUV 123.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 197 64 235 0.16 0.73 0 0.08 286.67 0.81 0.59
Hex C5 40 EB 10 49 0 8 11F 51 3B
Octal 305 100 353 20 111 0 10 437 121 73
Binary 11000101 1000000 11101011 10000 1001001 0 1000 100011111 1010001 111011

Color Harmonies of #C540EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540EB

Black with #C540EB

Text Example


Text Example

White with #C540EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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