#C54FEB

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

Shades of Medium Orchid #C54FEB

Tints of Medium Orchid #C54FEB

Color information

#C54FEB (or 0xC54FEB) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and EB. RGB value is (197,79,235). Sum of RGB (Red+Green+Blue) = 197+79+235=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C54FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54FEB is #3AB014. Grayscale: #838383. Windows color (decimal): -3846165 or 15421381. OLE color: 15421381.

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

Color convert

RGB19779235-
CMYK0.160.6600.08
HSL285.38º79.59%61.57%-
HSV(B)285.38º66.38%92.16%-
XYZ40.8223.4680.97-
YUV132.07186.09174.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 79 (31.25% from 255) = 15.46%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=38.55%
G=15.46%
B=45.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal197792350.160.6600.08285.3879.5961.57
HexC54FEB10420811d503e
Octal3051173532010201043512076
Binary11000101100111111101011100001000010010001000111011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FEB; }

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

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

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

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

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

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

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

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