#C54BE8

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

Shades of Medium Orchid #C54BE8

Tints of Medium Orchid #C54BE8

Color information

#C54BE8 (or 0xC54BE8) is unknown color: approx Medium Orchid. HEX triplet: C5, 4B and E8. RGB value is (197,75,232). Sum of RGB (Red+Green+Blue) = 197+75+232=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #C54BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54BE8 is #3AB417. Grayscale: #808080. Windows color (decimal): -3847192 or 15223749. OLE color: 15223749.

HSL color Cylindrical-coordinate representation of color #C54BE8: hue angle of 286.62º 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 #C54BE8 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19775232-
CMYK0.150.6800.09
HSL286.62º77.34%60.2%-
HSV(B)286.62º67.67%90.98%-
XYZ40.1122.7378.62-
YUV129.38185.92176.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 232 (91.02% from 255) = 46.03%
R=39.09%
G=14.88%
B=46.03%

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
Decimal197752320.150.6800.09286.6277.3460.2
HexC54BE8F440911f4d3c
Octal3051133501710401143711574
Binary1100010110010111110100011111000100010011000111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BE8; }

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

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

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

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

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

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

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

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