#c54fe0

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

Shades of Medium Orchid #C54FE0

Tints of Medium Orchid #C54FE0

Color information

#C54FE0 (or 0xC54FE0) is unknown color: approx Medium Orchid. HEX triplet: C5, 4F and E0. RGB value is (197,79,224). Sum of RGB (Red+Green+Blue) = 197+79+224=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #C54FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FE0 is #3AB01F. Grayscale: #828282. Windows color (decimal): -3846176 or 14700485. OLE color: 14700485.

HSL color Cylindrical-coordinate representation of color #C54FE0: hue angle of 288.83º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54FE0 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19779224-
CMYK0.120.6500.12
HSL288.83º70.05%59.41%-
HSV(B)288.83º64.73%87.84%-
XYZ39.2822.8472.86-
YUV130.81180.59175.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 79 (31.25% from 255) = 15.8%
BLUE value IS 224 (87.89% from 255) = 44.8%
R=39.4%
G=15.8%
B=44.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197792240.120.6500.12288.8370.0559.41
HexC54FE0C410C121463b
Octal3051173401410101444110673
Binary1100010110011111110000011001000001011001001000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54fe0; }

 p { color: rgb(197,79,224); }

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

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

 a { background-color: rgb(197,79,224); }

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

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

 span { border-color: rgb(197,79,224); }

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