#D146E1

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

Shades of Medium Orchid #D146E1

Tints of Medium Orchid #D146E1

Color information

#D146E1 (or 0xD146E1) is unknown color: approx Medium Orchid. HEX triplet: D1, 46 and E1. RGB value is (209,70,225). Sum of RGB (Red+Green+Blue) = 209+70+225=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #D146E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146E1 is #2EB91E. Grayscale: #808080. Windows color (decimal): -3062047 or 14763729. OLE color: 14763729.

HSL color Cylindrical-coordinate representation of color #D146E1: hue angle of 293.81º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D146E1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20970225-
CMYK0.070.6900.12
HSL293.81º72.09%57.84%-
HSV(B)293.81º68.89%88.24%-
XYZ42.0823.3773.53-
YUV129.23182.05184.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 70 (27.73% from 255) = 13.89%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=41.47%
G=13.89%
B=44.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal209702250.070.6900.12293.8172.0957.84
HexD146E17450C126483a
Octal321106341710501444611072
Binary110100011000110111000011111000101011001001001101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D146E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D146E1; }

 p { color: rgb(209,70,225); }

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

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

 a { background-color: rgb(209,70,225); }

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

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

 span { border-color: rgb(209,70,225); }

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