Html Css Color HEX #C547FC Medium Orchid

📋 copy color: '#C547FC'

red 197 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #C547FC

Tints of Medium Orchid #C547FC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.65%

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

R = 37.88%
G = 13.65%
B = 48.46%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C547FC (or 0xC547FC) is known color: Medium Orchid. HEX triplet: C5, 47 and FC. RGB value is (197,71,252). Sum of RGB (Red+Green+Blue) = 197+71+252=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C547FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FC is #3AB803. Grayscale: #808080. Windows color (decimal): -3848196 or 16533445. OLE color: 16533445.

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

Color convert

RGB 197 71 252 -
CMYK 0.22 0.72 0 0.01
HSL 281.77º 0.97% 0.63% -
HSV(B) 281.77º 0.72% 0.99% -
XYZ 42.85 23.41 94.35 -
YUV 129.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 197 71 252 0.22 0.72 0 0.01 281.77 0.97 0.63
Hex C5 47 FC 16 48 0 1 11A 61 3F
Octal 305 107 374 26 110 0 1 432 141 77
Binary 11000101 1000111 11111100 10110 1001000 0 1 100011010 1100001 111111

Color Harmonies of #C547FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547FC

Black with #C547FC

Text Example


Text Example

White with #C547FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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