Html Css Color HEX #C549DC Medium Orchid

📋 copy color: '#C549DC'

red 197 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #C549DC

Tints of Medium Orchid #C549DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

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

R = 40.2%
G = 14.9%
B = 44.9%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C549DC (or 0xC549DC) is known color: Medium Orchid. HEX triplet: C5, 49 and DC. RGB value is (197,73,220). Sum of RGB (Red+Green+Blue) = 197+73+220=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C549DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549DC is #3AB623. Grayscale: #7E7E7E. Windows color (decimal): -3847716 or 14436805. OLE color: 14436805.

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

Color convert

RGB 197 73 220 -
CMYK 0.10 0.67 0 0.14
HSL 290.61º 0.68% 0.57% -
HSV(B) 290.61º 0.67% 0.86% -
XYZ 38.33 21.8 69.9 -
YUV 126.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 197 73 220 0.10 0.67 0 0.14 290.61 0.68 0.57
Hex C5 49 DC A 43 0 E 123 44 39
Octal 305 111 334 12 103 0 16 443 104 71
Binary 11000101 1001001 11011100 1010 1000011 0 1110 100100011 1000100 111001

Color Harmonies of #C549DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549DC

Black with #C549DC

Text Example


Text Example

White with #C549DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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