#C54FF6

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

Shades of Medium Orchid #C54FF6

Tints of Medium Orchid #C54FF6

Color information

#C54FF6 (or 0xC54FF6) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and F6. RGB value is (197,79,246). Sum of RGB (Red+Green+Blue) = 197+79+246=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #C54FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FF6 is #3AB009. Grayscale: #848484. Windows color (decimal): -3846154 or 16142277. OLE color: 16142277.

HSL color Cylindrical-coordinate representation of color #C54FF6: hue angle of 282.4º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54FF6 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19779246-
CMYK0.200.6800.04
HSL282.4º90.27%63.73%-
HSV(B)282.4º67.89%96.47%-
XYZ42.4624.1289.61-
YUV133.32191.59173.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 79 (31.25% from 255) = 15.13%
BLUE value IS 246 (96.48% from 255) = 47.13%
R=37.74%
G=15.13%
B=47.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197792460.200.6800.04282.490.2763.73
HexC54FF614440411a5a40
Octal3051173662410404432132100
Binary11000101100111111110110101001000100010010001101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FF6; }

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

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

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

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

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

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

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

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