Html Css Color HEX #C548D3 Medium Orchid

📋 copy color: '#C548D3'

red 197 ◦ green 72 ◦ blue 211

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

Shades of Medium Orchid #C548D3

Tints of Medium Orchid #C548D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.96%

R = 41.04%
G = 15%
B = 43.96%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C548D3 (or 0xC548D3) is known color: Medium Orchid. HEX triplet: C5, 48 and D3. RGB value is (197,72,211). Sum of RGB (Red+Green+Blue) = 197+72+211=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #C548D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548D3 is #3AB72C. Grayscale: #7C7C7C. Windows color (decimal): -3847981 or 13846725. OLE color: 13846725.

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

Color convert

RGB 197 72 211 -
CMYK 0.07 0.66 0 0.17
HSL 293.96º 0.61% 0.55% -
HSV(B) 293.96º 0.66% 0.83% -
XYZ 37.1 21.21 63.77 -
YUV 125.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 197 72 211 0.07 0.66 0 0.17 293.96 0.61 0.55
Hex C5 48 D3 7 42 0 11 126 3D 37
Octal 305 110 323 7 102 0 21 446 75 67
Binary 11000101 1001000 11010011 111 1000010 0 10001 100100110 111101 110111

Color Harmonies of #C548D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548D3

Black with #C548D3

Text Example


Text Example

White with #C548D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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