#C16AD4

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

Shades of Medium Orchid #C16AD4

Tints of Medium Orchid #C16AD4

Color information

#C16AD4 (or 0xC16AD4) is unknown color: approx Medium Orchid. HEX triplet: C1, 6A and D4. RGB value is (193,106,212). Sum of RGB (Red+Green+Blue) = 193+106+212=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #C16AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AD4 is #3E952B. Grayscale: #8F8F8F. Windows color (decimal): -4101420 or 13920961. OLE color: 13920961.

HSL color Cylindrical-coordinate representation of color #C16AD4: hue angle of 289.25º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16AD4 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193106212-
CMYK0.090.500.17
HSL289.25º55.21%62.35%-
HSV(B)289.25º50%83.14%-
XYZ39.0326.465.33-
YUV144.1166.32162.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=37.77%
G=20.74%
B=41.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931062120.090.500.17289.2555.2162.35
HexC16AD4932011121373e
Octal30115232411620214416776
Binary110000011101010110101001001110010010001100100001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16AD4; }

 p { color: rgb(193,106,212); }

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

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

 a { background-color: rgb(193,106,212); }

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

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

 span { border-color: rgb(193,106,212); }

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