#C164EF

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

Shades of Medium Orchid #C164EF

Tints of Medium Orchid #C164EF

Color information

#C164EF (or 0xC164EF) is unknown color: approx Medium Orchid. HEX triplet: C1, 64 and EF. RGB value is (193,100,239). Sum of RGB (Red+Green+Blue) = 193+100+239=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C164EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164EF is #3E9B10. Grayscale: #8F8F8F. Windows color (decimal): -4102929 or 15688897. OLE color: 15688897.

HSL color Cylindrical-coordinate representation of color #C164EF: hue angle of 280.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C164EF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193100239-
CMYK0.190.5800.06
HSL280.14º81.29%66.47%-
HSV(B)280.14º58.16%93.73%-
XYZ42.1326.6884.59-
YUV143.65181.81163.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 100 (39.45% from 255) = 18.80%
BLUE value IS 239 (93.75% from 255) = 44.92%
R=36.28%
G=18.80%
B=44.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931002390.190.5800.06280.1481.2966.47
HexC164EF133A061185142
Octal301144357237206430121102
Binary1100000111001001110111110011111010011010001100010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164EF; }

 p { color: rgb(193,100,239); }

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

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

 a { background-color: rgb(193,100,239); }

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

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

 span { border-color: rgb(193,100,239); }

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