#C16ED2

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

Shades of Medium Orchid #C16ED2

Tints of Medium Orchid #C16ED2

Color information

#C16ED2 (or 0xC16ED2) is unknown color: approx Medium Orchid. HEX triplet: C1, 6E and D2. RGB value is (193,110,210). Sum of RGB (Red+Green+Blue) = 193+110+210=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #C16ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED2 is #3E912D. Grayscale: #919191. Windows color (decimal): -4100398 or 13790913. OLE color: 13790913.

HSL color Cylindrical-coordinate representation of color #C16ED2: hue angle of 289.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16ED2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193110210-
CMYK0.080.4800.18
HSL289.8º52.63%62.75%-
HSV(B)289.8º47.62%82.35%-
XYZ39.227.1464.15-
YUV146.22164161.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=37.62%
G=21.44%
B=40.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931102100.080.4800.18289.852.6362.75
HexC16ED2830012122353f
Octal30115632210600224426577
Binary110000011101110110100101000110000010010100100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ED2; }

 p { color: rgb(193,110,210); }

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

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

 a { background-color: rgb(193,110,210); }

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

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

 span { border-color: rgb(193,110,210); }

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