Html Css Color HEX #C547FF Medium Orchid

📋 copy color: '#C547FF'

red 197 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #C547FF

Tints of Medium Orchid #C547FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 37.67%
G = 13.58%
B = 48.76%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C547FF (or 0xC547FF) is known color: Medium Orchid. HEX triplet: C5, 47 and FF. RGB value is (197,71,255). Sum of RGB (Red+Green+Blue) = 197+71+255=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #C547FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C547FF is #3AB800. Grayscale: #818181. Windows color (decimal): -3848193 or 16730053. OLE color: 16730053.

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

Color convert

RGB 197 71 255 -
CMYK 0.23 0.72 0 0
HSL 281.09º 1% 0.64% -
HSV(B) 281.09º 0.72% 1% -
XYZ 43.33 23.6 96.88 -
YUV 129.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 197 71 255 0.23 0.72 0 0 281.09 1 0.64
Hex C5 47 FF 17 48 0 0 119 64 40
Octal 305 107 377 27 110 0 0 431 144 100
Binary 11000101 1000111 11111111 10111 1001000 0 0 100011001 1100100 1000000

Color Harmonies of #C547FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C547FF

Black with #C547FF

Text Example


Text Example

White with #C547FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C547FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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