Html Css Color HEX #C549D0 Medium Orchid

📋 copy color: '#C549D0'

red 197 ◦ green 73 ◦ blue 208

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

Shades of Medium Orchid #C549D0

Tints of Medium Orchid #C549D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 41.21%
G = 15.27%
B = 43.51%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C549D0 (or 0xC549D0) is known color: Medium Orchid. HEX triplet: C5, 49 and D0. RGB value is (197,73,208). Sum of RGB (Red+Green+Blue) = 197+73+208=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #C549D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549D0 is #3AB62F. Grayscale: #7D7D7D. Windows color (decimal): -3847728 or 13650373. OLE color: 13650373.

HSL color Cylindrical-coordinate representation of color #C549D0: hue angle of 295.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C549D0 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 73 208 -
CMYK 0.05 0.65 0 0.18
HSL 295.11º 0.59% 0.55% -
HSV(B) 295.11º 0.65% 0.82% -
XYZ 36.79 21.19 61.83 -
YUV 125.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 197 73 208 0.05 0.65 0 0.18 295.11 0.59 0.55
Hex C5 49 D0 5 41 0 12 127 3B 37
Octal 305 111 320 5 101 0 22 447 73 67
Binary 11000101 1001001 11010000 101 1000001 0 10010 100100111 111011 110111

Color Harmonies of #C549D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549D0

Black with #C549D0

Text Example


Text Example

White with #C549D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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