Html Css Color HEX #C547FD Medium Orchid

📋 copy color: '#C547FD'

red 197 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #C547FD

Tints of Medium Orchid #C547FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 37.81%
G = 13.63%
B = 48.56%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C547FD (or 0xC547FD) is known color: Medium Orchid. HEX triplet: C5, 47 and FD. RGB value is (197,71,253). Sum of RGB (Red+Green+Blue) = 197+71+253=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #C547FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FD is #3AB802. Grayscale: #808080. Windows color (decimal): -3848195 or 16598981. OLE color: 16598981.

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

Color convert

RGB 197 71 253 -
CMYK 0.22 0.72 0 0.01
HSL 281.54º 0.98% 0.64% -
HSV(B) 281.54º 0.72% 0.99% -
XYZ 43.01 23.47 95.19 -
YUV 129.42 197.74 176.2 -
System Red Green Blue C M Y K H S L
Decimal 197 71 253 0.22 0.72 0 0.01 281.54 0.98 0.64
Hex C5 47 FD 16 48 0 1 11A 62 40
Octal 305 107 375 26 110 0 1 432 142 100
Binary 11000101 1000111 11111101 10110 1001000 0 1 100011010 1100010 1000000

Color Harmonies of #C547FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547FD

Black with #C547FD

Text Example


Text Example

White with #C547FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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