Html Css Color HEX #C547DC Medium Orchid

📋 copy color: '#C547DC'

red 197 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #C547DC

Tints of Medium Orchid #C547DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 40.37%
G = 14.55%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C547DC (or 0xC547DC) is known color: Medium Orchid. HEX triplet: C5, 47 and DC. RGB value is (197,71,220). Sum of RGB (Red+Green+Blue) = 197+71+220=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #C547DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C547DC is #3AB823. Grayscale: #7D7D7D. Windows color (decimal): -3848228 or 14436293. OLE color: 14436293.

HSL color Cylindrical-coordinate representation of color #C547DC: hue angle of 290.74º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C547DC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 71 220 -
CMYK 0.10 0.68 0 0.14
HSL 290.74º 0.68% 0.57% -
HSV(B) 290.74º 0.68% 0.86% -
XYZ 38.2 21.54 69.86 -
YUV 125.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 197 71 220 0.10 0.68 0 0.14 290.74 0.68 0.57
Hex C5 47 DC A 44 0 E 123 44 39
Octal 305 107 334 12 104 0 16 443 104 71
Binary 11000101 1000111 11011100 1010 1000100 0 1110 100100011 1000100 111001

Color Harmonies of #C547DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547DC

Black with #C547DC

Text Example


Text Example

White with #C547DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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