#C54FD5

Color #C54FD5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C54FD5

Tints of Medium Orchid #C54FD5

Color information

#C54FD5 (or 0xC54FD5) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and D5. RGB value is (197,79,213). Sum of RGB (Red+Green+Blue) = 197+79+213=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #C54FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FD5 is #3AB02A. Grayscale: #818181. Windows color (decimal): -3846187 or 13979589. OLE color: 13979589.

HSL color Cylindrical-coordinate representation of color #C54FD5: hue angle of 292.84º degrees, saturation: 0.61, 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 #C54FD5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19779213-
CMYK0.080.6300.16
HSL292.84º61.47%57.25%-
HSV(B)292.84º62.91%83.53%-
XYZ37.8322.2765.25-
YUV129.56175.09176.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 79 (31.25% from 255) = 16.16%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=40.29%
G=16.16%
B=43.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal197792130.080.6300.16292.8461.4757.25
HexC54FD583F0101253d39
Octal30511732510770204457571
Binary110001011001111110101011000111111010000100100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FD5; }

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

 H1.HeaderClassName
 {
   color: #C54FD5;
 }
 .AnyTagClassName
 {
   color: #C54FD5;
 }
</style>
background-color css

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

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

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

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

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

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