Html Css Color HEX #C547FB Medium Orchid

📋 copy color: '#C547FB'

red 197 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #C547FB

Tints of Medium Orchid #C547FB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.68%

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

R = 37.96%
G = 13.68%
B = 48.36%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C547FB (or 0xC547FB) is known color: Medium Orchid. HEX triplet: C5, 47 and FB. RGB value is (197,71,251). Sum of RGB (Red+Green+Blue) = 197+71+251=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #C547FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FB is #3AB804. Grayscale: #808080. Windows color (decimal): -3848197 or 16467909. OLE color: 16467909.

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

Color convert

RGB 197 71 251 -
CMYK 0.22 0.72 0 0.02
HSL 282º 0.96% 0.63% -
HSV(B) 282º 0.72% 0.98% -
XYZ 42.69 23.34 93.52 -
YUV 129.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 197 71 251 0.22 0.72 0 0.02 282 0.96 0.63
Hex C5 47 FB 16 48 0 2 11A 60 3F
Octal 305 107 373 26 110 0 2 432 140 77
Binary 11000101 1000111 11111011 10110 1001000 0 10 100011010 1100000 111111

Color Harmonies of #C547FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547FB

Black with #C547FB

Text Example


Text Example

White with #C547FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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