Html Css Color HEX #C547FA Medium Orchid

📋 copy color: '#C547FA'

red 197 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #C547FA

Tints of Medium Orchid #C547FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 38.03%
G = 13.71%
B = 48.26%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C547FA (or 0xC547FA) is known color: Medium Orchid. HEX triplet: C5, 47 and FA. RGB value is (197,71,250). Sum of RGB (Red+Green+Blue) = 197+71+250=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 71 (28.12% from 255 or 13.71% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C547FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FA is #3AB805. Grayscale: #808080. Windows color (decimal): -3848198 or 16402373. OLE color: 16402373.

HSL color Cylindrical-coordinate representation of color #C547FA: hue angle of 282.23º degrees, saturation: 0.95, 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 #C547FA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 71 250 -
CMYK 0.21 0.72 0 0.02
HSL 282.23º 0.95% 0.63% -
HSV(B) 282.23º 0.72% 0.98% -
XYZ 42.53 23.28 92.69 -
YUV 129.08 196.24 176.45 -
System Red Green Blue C M Y K H S L
Decimal 197 71 250 0.21 0.72 0 0.02 282.23 0.95 0.63
Hex C5 47 FA 15 48 0 2 11A 5F 3F
Octal 305 107 372 25 110 0 2 432 137 77
Binary 11000101 1000111 11111010 10101 1001000 0 10 100011010 1011111 111111

Color Harmonies of #C547FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547FA

Black with #C547FA

Text Example


Text Example

White with #C547FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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