Html Css Color HEX #C548D5 Medium Orchid

📋 copy color: '#C548D5'

red 197 ◦ green 72 ◦ blue 213

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

Shades of Medium Orchid #C548D5

Tints of Medium Orchid #C548D5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.94%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 40.87%
G = 14.94%
B = 44.19%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C548D5 (or 0xC548D5) is known color: Medium Orchid. HEX triplet: C5, 48 and D5. RGB value is (197,72,213). Sum of RGB (Red+Green+Blue) = 197+72+213=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #C548D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548D5 is #3AB72A. Grayscale: #7D7D7D. Windows color (decimal): -3847979 or 13977797. OLE color: 13977797.

HSL color Cylindrical-coordinate representation of color #C548D5: hue angle of 293.19º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C548D5 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 72 213 -
CMYK 0.08 0.66 0 0.16
HSL 293.19º 0.63% 0.56% -
HSV(B) 293.19º 0.66% 0.84% -
XYZ 37.35 21.31 65.1 -
YUV 125.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 197 72 213 0.08 0.66 0 0.16 293.19 0.63 0.56
Hex C5 48 D5 8 42 0 10 125 3F 38
Octal 305 110 325 10 102 0 20 445 77 70
Binary 11000101 1001000 11010101 1000 1000010 0 10000 100100101 111111 111000

Color Harmonies of #C548D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548D5

Black with #C548D5

Text Example


Text Example

White with #C548D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548D5; }

 p { color: rgb(197,72,213); }

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

background-color css

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

 a { background-color: rgb(197,72,213); }

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

border-color css

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

 span { border-color: rgb(197,72,213); }

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