#D46EDA

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

Shades of Orchid #D46EDA

Tints of Orchid #D46EDA

Color information

#D46EDA (or 0xD46EDA) is unknown color: approx Orchid. HEX triplet: D4, 6E and DA. RGB value is (212,110,218). Sum of RGB (Red+Green+Blue) = 212+110+218=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D46EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EDA is #2B9125. Grayscale: #989898. Windows color (decimal): -2855206 or 14315220. OLE color: 14315220.

HSL color Cylindrical-coordinate representation of color #D46EDA: hue angle of 296.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46EDA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212110218-
CMYK0.030.5000.15
HSL296.67º59.34%64.31%-
HSV(B)296.67º49.54%85.49%-
XYZ45.3830.2169.77-
YUV152.81164.79170.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 110 (43.36% from 255) = 20.37%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=39.26%
G=20.37%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121102180.030.5000.15296.6759.3464.31
HexD46EDA3320F1293b40
Octal32415633236201745173100
Binary1101010011011101101101011110010011111001010011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46EDA; }

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

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

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

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

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

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

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

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