#D46ED5

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

Shades of Orchid #D46ED5

Tints of Orchid #D46ED5

Color information

#D46ED5 (or 0xD46ED5) is unknown color: approx Orchid. HEX triplet: D4, 6E and D5. RGB value is (212,110,213). Sum of RGB (Red+Green+Blue) = 212+110+213=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #D46ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ED5 is #2B912A. Grayscale: #979797. Windows color (decimal): -2855211 or 13987540. OLE color: 13987540.

HSL color Cylindrical-coordinate representation of color #D46ED5: hue angle of 299.42º 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 #D46ED5 is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212110213-
CMYK0.000.4800.16
HSL299.42º55.08%63.33%-
HSV(B)299.42º48.36%83.53%-
XYZ44.7429.9566.37-
YUV152.24162.29170.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 110 (43.36% from 255) = 20.56%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=39.63%
G=20.56%
B=39.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121102130.000.4800.16299.4255.0863.33
HexD46ED503001012b373f
Octal3241563250600204536777
Binary110101001101110110101010110000010000100101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46ED5; }

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

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

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

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

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

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

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

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