#C54AFA

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

Shades of Medium Orchid #C54AFA

Tints of Medium Orchid #C54AFA

Color information

#C54AFA (or 0xC54AFA) is unknown color: approx Medium Orchid. HEX triplet: C5, 4A and FA. RGB value is (197,74,250). Sum of RGB (Red+Green+Blue) = 197+74+250=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #C54AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54AFA is #3AB505. Grayscale: #828282. Windows color (decimal): -3847430 or 16403141. OLE color: 16403141.

HSL color Cylindrical-coordinate representation of color #C54AFA: hue angle of 281.93º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C54AFA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19774250-
CMYK0.210.7000.02
HSL281.93º94.62%63.53%-
HSV(B)281.93º70.4%98.04%-
XYZ42.7323.6792.76-
YUV130.84195.25175.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 74 (29.30% from 255) = 14.20%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=37.81%
G=14.20%
B=47.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197742500.210.7000.02281.9394.6263.53
HexC54AFA15460211a5f40
Octal3051123722510602432137100
Binary1100010110010101111101010101100011001010001101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54AFA; }

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

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

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

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

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

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

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

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