#C163EC

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

Shades of Medium Orchid #C163EC

Tints of Medium Orchid #C163EC

Color information

#C163EC (or 0xC163EC) is unknown color: approx Medium Orchid. HEX triplet: C1, 63 and EC. RGB value is (193,99,236). Sum of RGB (Red+Green+Blue) = 193+99+236=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #C163EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C163EC is #3E9C13. Grayscale: #8E8E8E. Windows color (decimal): -4103188 or 15492033. OLE color: 15492033.

HSL color Cylindrical-coordinate representation of color #C163EC: hue angle of 281.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C163EC is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19399236-
CMYK0.180.5800.07
HSL281.17º78.29%65.69%-
HSV(B)281.17º58.05%92.55%-
XYZ41.5926.3282.24-
YUV142.72180.64163.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 99 (39.06% from 255) = 18.75%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=36.55%
G=18.75%
B=44.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal193992360.180.5800.07281.1778.2965.69
HexC163EC123A071194e42
Octal301143354227207431116102
Binary1100000111000111110110010010111010011110001100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163EC; }

 p { color: rgb(193,99,236); }

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

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

 a { background-color: rgb(193,99,236); }

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

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

 span { border-color: rgb(193,99,236); }

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