Html Css Color HEX #C548EA Medium Orchid

📋 copy color: '#C548EA'

red 197 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #C548EA

Tints of Medium Orchid #C548EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 39.17%
G = 14.31%
B = 46.52%

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

#C548EA (or 0xC548EA) is known color: Medium Orchid. HEX triplet: C5, 48 and EA. RGB value is (197,72,234). Sum of RGB (Red+Green+Blue) = 197+72+234=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #C548EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548EA is #3AB715. Grayscale: #7F7F7F. Windows color (decimal): -3847958 or 15354053. OLE color: 15354053.

HSL color Cylindrical-coordinate representation of color #C548EA: hue angle of 286.3º degrees, saturation: 0.79, 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 #C548EA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 72 234 -
CMYK 0.16 0.69 0 0.08
HSL 286.3º 0.79% 0.6% -
HSV(B) 286.3º 0.69% 0.92% -
XYZ 40.19 22.45 80.06 -
YUV 127.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 197 72 234 0.16 0.69 0 0.08 286.3 0.79 0.6
Hex C5 48 EA 10 45 0 8 11E 4F 3C
Octal 305 110 352 20 105 0 10 436 117 74
Binary 11000101 1001000 11101010 10000 1000101 0 1000 100011110 1001111 111100

Color Harmonies of #C548EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548EA

Black with #C548EA

Text Example


Text Example

White with #C548EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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