#C053F3

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

Shades of Medium Orchid #C053F3

Tints of Medium Orchid #C053F3

Color information

#C053F3 (or 0xC053F3) is unknown color: approx Medium Orchid. HEX triplet: C0, 53 and F3. RGB value is (192,83,243). Sum of RGB (Red+Green+Blue) = 192+83+243=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #C053F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C053F3 is #3FAC0C. Grayscale: #858585. Windows color (decimal): -4172813 or 15946688. OLE color: 15946688.

HSL color Cylindrical-coordinate representation of color #C053F3: hue angle of 280.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C053F3 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19283243-
CMYK0.210.6600.05
HSL280.88º86.96%63.92%-
HSV(B)280.88º65.84%95.29%-
XYZ41.0123.8687.24-
YUV133.83189.61169.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 83 (32.81% from 255) = 16.02%
BLUE value IS 243 (95.31% from 255) = 46.91%
R=37.07%
G=16.02%
B=46.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192832430.210.6600.05280.8886.9663.92
HexC053F31542051195740
Octal3001233632510205431127100
Binary11000000101001111110011101011000010010110001100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C053F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C053F3; }

 p { color: rgb(192,83,243); }

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

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

 a { background-color: rgb(192,83,243); }

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

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

 span { border-color: rgb(192,83,243); }

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