Html Css Color HEX #C544FB Medium Orchid

📋 copy color: '#C544FB'

red 197 ◦ green 68 ◦ blue 251

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

Shades of Medium Orchid #C544FB

Tints of Medium Orchid #C544FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.18%

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 38.18%
G = 13.18%
B = 48.64%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C544FB (or 0xC544FB) is known color: Medium Orchid. HEX triplet: C5, 44 and FB. RGB value is (197,68,251). Sum of RGB (Red+Green+Blue) = 197+68+251=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C544FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C544FB is #3ABB04. Grayscale: #7E7E7E. Windows color (decimal): -3848965 or 16467141. OLE color: 16467141.

HSL color Cylindrical-coordinate representation of color #C544FB: hue angle of 282.3º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C544FB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 68 251 -
CMYK 0.22 0.73 0 0.02
HSL 282.3º 0.96% 0.63% -
HSV(B) 282.3º 0.73% 0.98% -
XYZ 42.51 22.97 93.46 -
YUV 127.43 197.74 177.62 -
System Red Green Blue C M Y K H S L
Decimal 197 68 251 0.22 0.73 0 0.02 282.3 0.96 0.63
Hex C5 44 FB 16 49 0 2 11A 60 3F
Octal 305 104 373 26 111 0 2 432 140 77
Binary 11000101 1000100 11111011 10110 1001001 0 10 100011010 1100000 111111

Color Harmonies of #C544FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544FB

Black with #C544FB

Text Example


Text Example

White with #C544FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544FB; }

 p { color: rgb(197,68,251); }

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

background-color css

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

 a { background-color: rgb(197,68,251); }

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

border-color css

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

 span { border-color: rgb(197,68,251); }

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