Html Css Color HEX #C541EE Medium Orchid

📋 copy color: '#C541EE'

red 197 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #C541EE

Tints of Medium Orchid #C541EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 39.4%
G = 13%
B = 47.6%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C541EE (or 0xC541EE) is known color: Medium Orchid. HEX triplet: C5, 41 and EE. RGB value is (197,65,238). Sum of RGB (Red+Green+Blue) = 197+65+238=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C541EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541EE is #3ABE11. Grayscale: #7B7B7B. Windows color (decimal): -3849746 or 15614405. OLE color: 15614405.

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

Color convert

RGB 197 65 238 -
CMYK 0.17 0.73 0 0.07
HSL 285.78º 0.84% 0.59% -
HSV(B) 285.78º 0.73% 0.93% -
XYZ 40.35 21.82 82.97 -
YUV 124.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 197 65 238 0.17 0.73 0 0.07 285.78 0.84 0.59
Hex C5 41 EE 11 49 0 7 11E 54 3B
Octal 305 101 356 21 111 0 7 436 124 73
Binary 11000101 1000001 11101110 10001 1001001 0 111 100011110 1010100 111011

Color Harmonies of #C541EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541EE

Black with #C541EE

Text Example


Text Example

White with #C541EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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