Html Css Color HEX #C548FE Medium Orchid

📋 copy color: '#C548FE'

red 197 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C548FE

Tints of Medium Orchid #C548FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 37.67%
G = 13.77%
B = 48.57%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C548FE (or 0xC548FE) is known color: Medium Orchid. HEX triplet: C5, 48 and FE. RGB value is (197,72,254). Sum of RGB (Red+Green+Blue) = 197+72+254=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #C548FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C548FE is #3AB701. Grayscale: #818181. Windows color (decimal): -3847938 or 16664773. OLE color: 16664773.

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

Color convert

RGB 197 72 254 -
CMYK 0.22 0.72 0 0.00
HSL 281.21º 0.99% 0.64% -
HSV(B) 281.21º 0.72% 1% -
XYZ 43.23 23.66 96.05 -
YUV 130.12 197.91 175.7 -
System Red Green Blue C M Y K H S L
Decimal 197 72 254 0.22 0.72 0 0.00 281.21 0.99 0.64
Hex C5 48 FE 16 48 0 0 119 63 40
Octal 305 110 376 26 110 0 0 431 143 100
Binary 11000101 1001000 11111110 10110 1001000 0 0 100011001 1100011 1000000

Color Harmonies of #C548FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C548FE

Black with #C548FE

Text Example


Text Example

White with #C548FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C548FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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