#D46EB4

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

Shades of Orchid #D46EB4

Tints of Orchid #D46EB4

Color information

#D46EB4 (or 0xD46EB4) is unknown color: approx Orchid. HEX triplet: D4, 6E and B4. RGB value is (212,110,180). Sum of RGB (Red+Green+Blue) = 212+110+180=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D46EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46EB4 is #2B914B. Grayscale: #949494. Windows color (decimal): -2855244 or 11824852. OLE color: 11824852.

HSL color Cylindrical-coordinate representation of color #D46EB4: hue angle of 318.82º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46EB4 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB212110180-
CMYK00.480.150.17
HSL318.82º54.26%63.14%-
HSV(B)318.82º48.11%83.14%-
XYZ40.9728.4446.51-
YUV148.48145.79173.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 110 (43.36% from 255) = 21.91%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=42.23%
G=21.91%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211018000.480.150.17318.8254.2663.14
HexD46EB4030F1113f363f
Octal32415626406017214776677
Binary110101001101110101101000110000111110001100111111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46EB4; }

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

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

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

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

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

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

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

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