Html Css Color HEX #C548EC Medium Orchid

📋 copy color: '#C548EC'

red 197 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #C548EC

Tints of Medium Orchid #C548EC

RGB

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

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

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

R = 39.01%
G = 14.26%
B = 46.73%

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

#C548EC (or 0xC548EC) is known color: Medium Orchid. HEX triplet: C5, 48 and EC. RGB value is (197,72,236). Sum of RGB (Red+Green+Blue) = 197+72+236=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #C548EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548EC is #3AB713. Grayscale: #7F7F7F. Windows color (decimal): -3847956 or 15485125. OLE color: 15485125.

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

Color convert

RGB 197 72 236 -
CMYK 0.17 0.69 0 0.07
HSL 285.73º 0.81% 0.6% -
HSV(B) 285.73º 0.69% 0.93% -
XYZ 40.48 22.56 81.58 -
YUV 128.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 197 72 236 0.17 0.69 0 0.07 285.73 0.81 0.6
Hex C5 48 EC 11 45 0 7 11E 51 3C
Octal 305 110 354 21 105 0 7 436 121 74
Binary 11000101 1001000 11101100 10001 1000101 0 111 100011110 1010001 111100

Color Harmonies of #C548EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548EC

Black with #C548EC

Text Example


Text Example

White with #C548EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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