#C54BD8

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

Shades of Medium Orchid #C54BD8

Tints of Medium Orchid #C54BD8

Color information

#C54BD8 (or 0xC54BD8) is unknown color: approx Medium Orchid. HEX triplet: C5, 4B and D8. RGB value is (197,75,216). Sum of RGB (Red+Green+Blue) = 197+75+216=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #C54BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BD8 is #3AB427. Grayscale: #7F7F7F. Windows color (decimal): -3847208 or 14175173. OLE color: 14175173.

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

Color convert

RGB19775216-
CMYK0.090.6500.15
HSL291.91º64.38%57.06%-
HSV(B)291.91º65.28%84.71%-
XYZ37.9421.8667.19-
YUV127.55177.92177.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 75 (29.69% from 255) = 15.37%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=40.37%
G=15.37%
B=44.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal197752160.090.6500.15291.9164.3857.06
HexC54BD89410F1244039
Octal3051133301110101744410071
Binary1100010110010111101100010011000001011111001001001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BD8; }

 p { color: rgb(197,75,216); }

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

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

 a { background-color: rgb(197,75,216); }

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

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

 span { border-color: rgb(197,75,216); }

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