Html Css Color HEX #C54FD6 Medium Orchid

📋 copy color: '#C54FD6'

red 197 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #C54FD6

Tints of Medium Orchid #C54FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.12%

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 40.2%
G = 16.12%
B = 43.67%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C54FD6 (or 0xC54FD6) is known color: Medium Orchid. HEX triplet: C5, 4F and D6. RGB value is (197,79,214). Sum of RGB (Red+Green+Blue) = 197+79+214=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #C54FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FD6 is #3AB029. Grayscale: #818181. Windows color (decimal): -3846186 or 14045125. OLE color: 14045125.

HSL color Cylindrical-coordinate representation of color #C54FD6: hue angle of 292.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54FD6 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 79 214 -
CMYK 0.08 0.63 0 0.16
HSL 292.44º 0.62% 0.57% -
HSV(B) 292.44º 0.63% 0.84% -
XYZ 37.96 22.32 65.93 -
YUV 129.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 197 79 214 0.08 0.63 0 0.16 292.44 0.62 0.57
Hex C5 4F D6 8 3F 0 10 124 3E 39
Octal 305 117 326 10 77 0 20 444 76 71
Binary 11000101 1001111 11010110 1000 111111 0 10000 100100100 111110 111001

Color Harmonies of #C54FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FD6

Black with #C54FD6

Text Example


Text Example

White with #C54FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FD6; }

 p { color: rgb(197,79,214); }

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

background-color css

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

 a { background-color: rgb(197,79,214); }

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

border-color css

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

 span { border-color: rgb(197,79,214); }

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