Html Css Color HEX #C54FDC Medium Orchid

📋 copy color: '#C54FDC'

red 197 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #C54FDC

Tints of Medium Orchid #C54FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 39.72%
G = 15.93%
B = 44.35%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C54FDC (or 0xC54FDC) is known color: Medium Orchid. HEX triplet: C5, 4F and DC. RGB value is (197,79,220). Sum of RGB (Red+Green+Blue) = 197+79+220=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #C54FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FDC is #3AB023. Grayscale: #818181. Windows color (decimal): -3846180 or 14438341. OLE color: 14438341.

HSL color Cylindrical-coordinate representation of color #C54FDC: hue angle of 290.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54FDC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 79 220 -
CMYK 0.10 0.64 0 0.14
HSL 290.21º 0.67% 0.59% -
HSV(B) 290.21º 0.64% 0.86% -
XYZ 38.74 22.63 70.04 -
YUV 130.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 197 79 220 0.10 0.64 0 0.14 290.21 0.67 0.59
Hex C5 4F DC A 40 0 E 122 43 3B
Octal 305 117 334 12 100 0 16 442 103 73
Binary 11000101 1001111 11011100 1010 1000000 0 1110 100100010 1000011 111011

Color Harmonies of #C54FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FDC

Black with #C54FDC

Text Example


Text Example

White with #C54FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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