Html Css Color HEX #C541FE Medium Orchid

📋 copy color: '#C541FE'

red 197 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C541FE

Tints of Medium Orchid #C541FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 38.18%
G = 12.6%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C541FE (or 0xC541FE) is known color: Medium Orchid. HEX triplet: C5, 41 and FE. RGB value is (197,65,254). Sum of RGB (Red+Green+Blue) = 197+65+254=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #C541FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FE is #3ABE01. Grayscale: #7D7D7D. Windows color (decimal): -3849730 or 16662981. OLE color: 16662981.

HSL color Cylindrical-coordinate representation of color #C541FE: hue angle of 281.9º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C541FE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 65 254 -
CMYK 0.22 0.74 0 0.00
HSL 281.9º 0.99% 0.63% -
HSV(B) 281.9º 0.74% 1% -
XYZ 42.81 22.81 95.91 -
YUV 126.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 197 65 254 0.22 0.74 0 0.00 281.9 0.99 0.63
Hex C5 41 FE 16 4A 0 0 11A 63 3F
Octal 305 101 376 26 112 0 0 432 143 77
Binary 11000101 1000001 11111110 10110 1001010 0 0 100011010 1100011 111111

Color Harmonies of #C541FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FE

Black with #C541FE

Text Example


Text Example

White with #C541FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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