#C164DA

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

Shades of Medium Orchid #C164DA

Tints of Medium Orchid #C164DA

Color information

#C164DA (or 0xC164DA) is unknown color: approx Medium Orchid. HEX triplet: C1, 64 and DA. RGB value is (193,100,218). Sum of RGB (Red+Green+Blue) = 193+100+218=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C164DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DA is #3E9B25. Grayscale: #8C8C8C. Windows color (decimal): -4102950 or 14312641. OLE color: 14312641.

HSL color Cylindrical-coordinate representation of color #C164DA: hue angle of 287.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C164DA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193100218-
CMYK0.110.5400.15
HSL287.29º61.46%62.35%-
HSV(B)287.29º54.13%85.49%-
XYZ39.225.5169.19-
YUV141.26171.31164.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=37.77%
G=19.57%
B=42.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931002180.110.5400.15287.2961.4662.35
HexC164DAB360F11f3d3e
Octal30114433213660174377576
Binary11000001110010011011010101111011001111100011111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164DA; }

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

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

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

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

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

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

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

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