Html Css Color HEX #C548FF Medium Orchid

📋 copy color: '#C548FF'

red 197 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C548FF

Tints of Medium Orchid #C548FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 37.6%
G = 13.74%
B = 48.66%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C548FF (or 0xC548FF) is known color: Medium Orchid. HEX triplet: C5, 48 and FF. RGB value is (197,72,255). Sum of RGB (Red+Green+Blue) = 197+72+255=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #C548FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548FF is #3AB700. Grayscale: #818181. Windows color (decimal): -3847937 or 16730309. OLE color: 16730309.

HSL color Cylindrical-coordinate representation of color #C548FF: hue angle of 280.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C548FF is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 72 255 -
CMYK 0.23 0.72 0 0
HSL 280.98º 1% 0.64% -
HSV(B) 280.98º 0.72% 1% -
XYZ 43.39 23.73 96.9 -
YUV 130.24 198.41 175.62 -
System Red Green Blue C M Y K H S L
Decimal 197 72 255 0.23 0.72 0 0 280.98 1 0.64
Hex C5 48 FF 17 48 0 0 119 64 40
Octal 305 110 377 27 110 0 0 431 144 100
Binary 11000101 1001000 11111111 10111 1001000 0 0 100011001 1100100 1000000

Color Harmonies of #C548FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548FF

Black with #C548FF

Text Example


Text Example

White with #C548FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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