Html Css Color HEX #C548D9 Medium Orchid

📋 copy color: '#C548D9'

red 197 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #C548D9

Tints of Medium Orchid #C548D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 40.53%
G = 14.81%
B = 44.65%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C548D9 (or 0xC548D9) is known color: Medium Orchid. HEX triplet: C5, 48 and D9. RGB value is (197,72,217). Sum of RGB (Red+Green+Blue) = 197+72+217=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #C548D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548D9 is #3AB726. Grayscale: #7D7D7D. Windows color (decimal): -3847975 or 14239941. OLE color: 14239941.

HSL color Cylindrical-coordinate representation of color #C548D9: hue angle of 291.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C548D9 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 72 217 -
CMYK 0.09 0.67 0 0.15
HSL 291.72º 0.66% 0.57% -
HSV(B) 291.72º 0.67% 0.85% -
XYZ 37.87 21.51 67.8 -
YUV 125.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 197 72 217 0.09 0.67 0 0.15 291.72 0.66 0.57
Hex C5 48 D9 9 43 0 F 124 42 39
Octal 305 110 331 11 103 0 17 444 102 71
Binary 11000101 1001000 11011001 1001 1000011 0 1111 100100100 1000010 111001

Color Harmonies of #C548D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548D9

Black with #C548D9

Text Example


Text Example

White with #C548D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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