Html Css Color HEX #C548DB Medium Orchid

📋 copy color: '#C548DB'

red 197 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C548DB

Tints of Medium Orchid #C548DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 40.37%
G = 14.75%
B = 44.88%

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

#C548DB (or 0xC548DB) is known color: Medium Orchid. HEX triplet: C5, 48 and DB. RGB value is (197,72,219). Sum of RGB (Red+Green+Blue) = 197+72+219=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C548DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548DB is #3AB724. Grayscale: #7D7D7D. Windows color (decimal): -3847973 or 14371013. OLE color: 14371013.

HSL color Cylindrical-coordinate representation of color #C548DB: hue angle of 291.02º degrees, saturation: 0.67, 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 #C548DB is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 72 219 -
CMYK 0.10 0.67 0 0.14
HSL 291.02º 0.67% 0.57% -
HSV(B) 291.02º 0.67% 0.86% -
XYZ 38.13 21.62 69.18 -
YUV 126.13 180.41 178.55 -
System Red Green Blue C M Y K H S L
Decimal 197 72 219 0.10 0.67 0 0.14 291.02 0.67 0.57
Hex C5 48 DB A 43 0 E 123 43 39
Octal 305 110 333 12 103 0 16 443 103 71
Binary 11000101 1001000 11011011 1010 1000011 0 1110 100100011 1000011 111001

Color Harmonies of #C548DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548DB

Black with #C548DB

Text Example


Text Example

White with #C548DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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