#C54AE8

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

Shades of Medium Orchid #C54AE8

Tints of Medium Orchid #C54AE8

Color information

#C54AE8 (or 0xC54AE8) is unknown color: approx Medium Orchid. HEX triplet: C5, 4A and E8. RGB value is (197,74,232). Sum of RGB (Red+Green+Blue) = 197+74+232=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #C54AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AE8 is #3AB517. Grayscale: #808080. Windows color (decimal): -3847448 or 15223493. OLE color: 15223493.

HSL color Cylindrical-coordinate representation of color #C54AE8: hue angle of 286.71º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54AE8 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19774232-
CMYK0.150.6800.09
HSL286.71º77.45%60%-
HSV(B)286.71º68.1%90.98%-
XYZ40.0422.5978.59-
YUV128.79186.25176.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 74 (29.30% from 255) = 14.71%
BLUE value IS 232 (91.02% from 255) = 46.12%
R=39.17%
G=14.71%
B=46.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197742320.150.6800.09286.7177.4560
HexC54AE8F440911f4d3c
Octal3051123501710401143711574
Binary1100010110010101110100011111000100010011000111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54AE8; }

 p { color: rgb(197,74,232); }

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

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

 a { background-color: rgb(197,74,232); }

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

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

 span { border-color: rgb(197,74,232); }

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