#C164E7

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

Shades of Medium Orchid #C164E7

Tints of Medium Orchid #C164E7

Color information

#C164E7 (or 0xC164E7) is unknown color: approx Medium Orchid. HEX triplet: C1, 64 and E7. RGB value is (193,100,231). Sum of RGB (Red+Green+Blue) = 193+100+231=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C164E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164E7 is #3E9B18. Grayscale: #8E8E8E. Windows color (decimal): -4102937 or 15164609. OLE color: 15164609.

HSL color Cylindrical-coordinate representation of color #C164E7: hue angle of 282.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C164E7 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193100231-
CMYK0.160.5700.09
HSL282.6º73.18%64.9%-
HSV(B)282.6º56.71%90.59%-
XYZ40.9726.2278.5-
YUV142.74177.81163.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 100 (39.45% from 255) = 19.08%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=36.83%
G=19.08%
B=44.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931002310.160.5700.09282.673.1864.9
HexC164E710390911b4941
Octal3011443472071011433111101
Binary11000001110010011100111100001110010100110001101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164E7; }

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

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

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

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

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

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

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

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