#C54ADA

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

Shades of Medium Orchid #C54ADA

Tints of Medium Orchid #C54ADA

Color information

#C54ADA (or 0xC54ADA) is unknown color: approx Medium Orchid. HEX triplet: C5, 4A and DA. RGB value is (197,74,218). Sum of RGB (Red+Green+Blue) = 197+74+218=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ADA is #3AB525. Grayscale: #7E7E7E. Windows color (decimal): -3847462 or 14305989. OLE color: 14305989.

HSL color Cylindrical-coordinate representation of color #C54ADA: hue angle of 291.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54ADA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19774218-
CMYK0.100.6600.15
HSL291.25º66.06%57.25%-
HSV(B)291.25º66.06%85.49%-
XYZ38.1321.8368.53-
YUV127.19179.25177.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=40.29%
G=15.13%
B=44.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197742180.100.6600.15291.2566.0657.25
HexC54ADAA420F1234239
Octal3051123321210201744310271
Binary1100010110010101101101010101000010011111001000111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54ADA; }

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

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

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

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

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

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

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

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