#C54FEF

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

Shades of Medium Orchid #C54FEF

Tints of Medium Orchid #C54FEF

Color information

#C54FEF (or 0xC54FEF) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and EF. RGB value is (197,79,239). Sum of RGB (Red+Green+Blue) = 197+79+239=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C54FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEF is #3AB010. Grayscale: #848484. Windows color (decimal): -3846161 or 15683525. OLE color: 15683525.

HSL color Cylindrical-coordinate representation of color #C54FEF: hue angle of 284.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54FEF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19779239-
CMYK0.180.6700.06
HSL284.25º83.33%62.35%-
HSV(B)284.25º66.95%93.73%-
XYZ41.423.6984.05-
YUV132.52188.09173.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 79 (31.25% from 255) = 15.34%
BLUE value IS 239 (93.75% from 255) = 46.41%
R=38.25%
G=15.34%
B=46.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal197792390.180.6700.06284.2583.3362.35
HexC54FEF12430611c533e
Octal305117357221030643412376
Binary1100010110011111110111110010100001101101000111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FEF; }

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

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

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

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

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

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

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

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