#C16DD9

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

Shades of Medium Orchid #C16DD9

Tints of Medium Orchid #C16DD9

Color information

#C16DD9 (or 0xC16DD9) is unknown color: approx Medium Orchid. HEX triplet: C1, 6D and D9. RGB value is (193,109,217). Sum of RGB (Red+Green+Blue) = 193+109+217=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #C16DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DD9 is #3E9226. Grayscale: #929292. Windows color (decimal): -4100647 or 14249409. OLE color: 14249409.

HSL color Cylindrical-coordinate representation of color #C16DD9: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16DD9 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193109217-
CMYK0.110.5000.15
HSL286.67º58.7%63.92%-
HSV(B)286.67º49.77%85.1%-
XYZ39.9927.2868.8-
YUV146.43167.83161.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=37.19%
G=21.00%
B=41.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931092170.110.5000.15286.6758.763.92
HexC16DD9B320F11f3b40
Octal301155331136201743773100
Binary110000011101101110110011011110010011111000111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DD9; }

 p { color: rgb(193,109,217); }

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

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

 a { background-color: rgb(193,109,217); }

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

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

 span { border-color: rgb(193,109,217); }

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