Html Css Color HEX #C549EC Medium Orchid

📋 copy color: '#C549EC'

red 197 ◦ green 73 ◦ blue 236

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

Shades of Medium Orchid #C549EC

Tints of Medium Orchid #C549EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 38.93%
G = 14.43%
B = 46.64%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C549EC (or 0xC549EC) is known color: Medium Orchid. HEX triplet: C5, 49 and EC. RGB value is (197,73,236). Sum of RGB (Red+Green+Blue) = 197+73+236=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #C549EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C549EC is #3AB613. Grayscale: #808080. Windows color (decimal): -3847700 or 15485381. OLE color: 15485381.

HSL color Cylindrical-coordinate representation of color #C549EC: hue angle of 285.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C549EC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 73 236 -
CMYK 0.17 0.69 0 0.07
HSL 285.64º 0.81% 0.61% -
HSV(B) 285.64º 0.69% 0.93% -
XYZ 40.55 22.69 81.6 -
YUV 128.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 197 73 236 0.17 0.69 0 0.07 285.64 0.81 0.61
Hex C5 49 EC 11 45 0 7 11E 51 3D
Octal 305 111 354 21 105 0 7 436 121 75
Binary 11000101 1001001 11101100 10001 1000101 0 111 100011110 1010001 111101

Color Harmonies of #C549EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C549EC

Black with #C549EC

Text Example


Text Example

White with #C549EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C549EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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