#D46ADD

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

Shades of Orchid #D46ADD

Tints of Orchid #D46ADD

Color information

#D46ADD (or 0xD46ADD) is unknown color: approx Orchid. HEX triplet: D4, 6A and DD. RGB value is (212,106,221). Sum of RGB (Red+Green+Blue) = 212+106+221=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #D46ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ADD is #2B9522. Grayscale: #969696. Windows color (decimal): -2856227 or 14510804. OLE color: 14510804.

HSL color Cylindrical-coordinate representation of color #D46ADD: hue angle of 295.3º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46ADD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212106221-
CMYK0.040.5200.13
HSL295.3º62.84%64.12%-
HSV(B)295.3º52.04%86.67%-
XYZ45.3629.5371.72-
YUV150.8167.62171.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=39.33%
G=19.67%
B=41.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121062210.040.5200.13295.362.8464.12
HexD46ADD4340D1273f40
Octal32415233546401544777100
Binary11010100110101011011101100110100011011001001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46ADD; }

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

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

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

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

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

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

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

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