Html Css Color HEX #C541FC Medium Orchid

📋 copy color: '#C541FC'

red 197 ◦ green 65 ◦ blue 252

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

Shades of Medium Orchid #C541FC

Tints of Medium Orchid #C541FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 38.33%
G = 12.65%
B = 49.03%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C541FC (or 0xC541FC) is known color: Medium Orchid. HEX triplet: C5, 41 and FC. RGB value is (197,65,252). Sum of RGB (Red+Green+Blue) = 197+65+252=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #C541FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C541FC is #3ABE03. Grayscale: #7D7D7D. Windows color (decimal): -3849732 or 16531909. OLE color: 16531909.

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

Color convert

RGB 197 65 252 -
CMYK 0.22 0.74 0 0.01
HSL 282.35º 0.97% 0.62% -
HSV(B) 282.35º 0.74% 0.99% -
XYZ 42.49 22.68 94.23 -
YUV 125.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 197 65 252 0.22 0.74 0 0.01 282.35 0.97 0.62
Hex C5 41 FC 16 4A 0 1 11A 61 3E
Octal 305 101 374 26 112 0 1 432 141 76
Binary 11000101 1000001 11111100 10110 1001010 0 1 100011010 1100001 111110

Color Harmonies of #C541FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541FC

Black with #C541FC

Text Example


Text Example

White with #C541FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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