Html Css Color HEX #C548EB Medium Orchid

📋 copy color: '#C548EB'

red 197 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #C548EB

Tints of Medium Orchid #C548EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 39.09%
G = 14.29%
B = 46.63%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C548EB (or 0xC548EB) is known color: Medium Orchid. HEX triplet: C5, 48 and EB. RGB value is (197,72,235). Sum of RGB (Red+Green+Blue) = 197+72+235=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #C548EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548EB is #3AB714. Grayscale: #7F7F7F. Windows color (decimal): -3847957 or 15419589. OLE color: 15419589.

HSL color Cylindrical-coordinate representation of color #C548EB: hue angle of 286.01º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C548EB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 72 235 -
CMYK 0.16 0.69 0 0.08
HSL 286.01º 0.8% 0.6% -
HSV(B) 286.01º 0.69% 0.92% -
XYZ 40.34 22.5 80.81 -
YUV 127.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 197 72 235 0.16 0.69 0 0.08 286.01 0.8 0.6
Hex C5 48 EB 10 45 0 8 11E 50 3C
Octal 305 110 353 20 105 0 10 436 120 74
Binary 11000101 1001000 11101011 10000 1000101 0 1000 100011110 1010000 111100

Color Harmonies of #C548EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548EB

Black with #C548EB

Text Example


Text Example

White with #C548EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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