#C054F5

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

Shades of Medium Orchid #C054F5

Tints of Medium Orchid #C054F5

Color information

#C054F5 (or 0xC054F5) is unknown color: approx Medium Orchid. HEX triplet: C0, 54 and F5. RGB value is (192,84,245). Sum of RGB (Red+Green+Blue) = 192+84+245=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #C054F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C054F5 is #3FAB0A. Grayscale: #868686. Windows color (decimal): -4172555 or 16078016. OLE color: 16078016.

HSL color Cylindrical-coordinate representation of color #C054F5: hue angle of 280.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C054F5 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19284245-
CMYK0.220.6600.04
HSL280.25º88.95%64.51%-
HSV(B)280.25º65.71%96.08%-
XYZ41.3924.1488.86-
YUV134.65190.28168.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=36.85%
G=16.12%
B=47.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal192842450.220.6600.04280.2588.9564.51
HexC054F51642041185941
Octal3001243652610204430131101
Binary11000000101010011110101101101000010010010001100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C054F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C054F5; }

 p { color: rgb(192,84,245); }

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

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

 a { background-color: rgb(192,84,245); }

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

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

 span { border-color: rgb(192,84,245); }

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