Html Css Color HEX #C541EC Medium Orchid

📋 copy color: '#C541EC'

red 197 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #C541EC

Tints of Medium Orchid #C541EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.05%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 39.56%
G = 13.05%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C541EC (or 0xC541EC) is known color: Medium Orchid. HEX triplet: C5, 41 and EC. RGB value is (197,65,236). Sum of RGB (Red+Green+Blue) = 197+65+236=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C541EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541EC is #3ABE13. Grayscale: #7B7B7B. Windows color (decimal): -3849748 or 15483333. OLE color: 15483333.

HSL color Cylindrical-coordinate representation of color #C541EC: hue angle of 286.32º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C541EC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 65 236 -
CMYK 0.17 0.72 0 0.07
HSL 286.32º 0.82% 0.59% -
HSV(B) 286.32º 0.72% 0.93% -
XYZ 40.06 21.71 81.44 -
YUV 123.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 197 65 236 0.17 0.72 0 0.07 286.32 0.82 0.59
Hex C5 41 EC 11 48 0 7 11E 52 3B
Octal 305 101 354 21 110 0 7 436 122 73
Binary 11000101 1000001 11101100 10001 1001000 0 111 100011110 1010010 111011

Color Harmonies of #C541EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541EC

Black with #C541EC

Text Example


Text Example

White with #C541EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541EC; }

 p { color: rgb(197,65,236); }

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

background-color css

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

 a { background-color: rgb(197,65,236); }

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

border-color css

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

 span { border-color: rgb(197,65,236); }

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