#D46AE7

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

Shades of Orchid #D46AE7

Tints of Orchid #D46AE7

Color information

#D46AE7 (or 0xD46AE7) is unknown color: approx Orchid. HEX triplet: D4, 6A and E7. RGB value is (212,106,231). Sum of RGB (Red+Green+Blue) = 212+106+231=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #D46AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46AE7 is #2B9518. Grayscale: #979797. Windows color (decimal): -2856217 or 15166164. OLE color: 15166164.

HSL color Cylindrical-coordinate representation of color #D46AE7: hue angle of 290.88º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D46AE7 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212106231-
CMYK0.080.5400.09
HSL290.88º72.25%66.08%-
HSV(B)290.88º54.11%90.59%-
XYZ46.7330.0778.94-
YUV151.94172.62170.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=38.62%
G=19.31%
B=42.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121062310.080.5400.09290.8872.2566.08
HexD46AE7836091234842
Octal3241523471066011443110102
Binary1101010011010101110011110001101100100110010001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AE7; }

 p { color: rgb(212,106,231); }

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

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

 a { background-color: rgb(212,106,231); }

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

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

 span { border-color: rgb(212,106,231); }

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