#C16ED5

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

Shades of Medium Orchid #C16ED5

Tints of Medium Orchid #C16ED5

Color information

#C16ED5 (or 0xC16ED5) is unknown color: approx Medium Orchid. HEX triplet: C1, 6E and D5. RGB value is (193,110,213). Sum of RGB (Red+Green+Blue) = 193+110+213=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #C16ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED5 is #3E912A. Grayscale: #929292. Windows color (decimal): -4100395 or 13987521. OLE color: 13987521.

HSL color Cylindrical-coordinate representation of color #C16ED5: hue angle of 288.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16ED5 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193110213-
CMYK0.090.4800.16
HSL288.35º55.08%63.33%-
HSV(B)288.35º48.36%83.53%-
XYZ39.5827.2966.13-
YUV146.56165.5161.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 110 (43.36% from 255) = 21.32%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=37.40%
G=21.32%
B=41.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931102130.090.4800.16288.3555.0863.33
HexC16ED5930010120373f
Octal30115632511600204406777
Binary110000011101110110101011001110000010000100100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ED5; }

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

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

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

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

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

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

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

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