#D46FD6

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

Shades of Orchid #D46FD6

Tints of Orchid #D46FD6

Color information

#D46FD6 (or 0xD46FD6) is unknown color: approx Orchid. HEX triplet: D4, 6F and D6. RGB value is (212,111,214). Sum of RGB (Red+Green+Blue) = 212+111+214=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #D46FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FD6 is #2B9029. Grayscale: #989898. Windows color (decimal): -2854954 or 14053332. OLE color: 14053332.

HSL color Cylindrical-coordinate representation of color #D46FD6: hue angle of 298.83º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FD6 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212111214-
CMYK0.010.4800.16
HSL298.83º55.68%63.73%-
HSV(B)298.83º48.13%83.92%-
XYZ44.9730.2267.08-
YUV152.94162.46170.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 111 (43.75% from 255) = 20.67%
BLUE value IS 214 (83.98% from 255) = 39.85%
R=39.48%
G=20.67%
B=39.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121112140.010.4800.16298.8355.6863.73
HexD46FD613001012b3840
Octal32415732616002045370100
Binary1101010011011111101011011100000100001001010111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FD6; }

 p { color: rgb(212,111,214); }

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

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

 a { background-color: rgb(212,111,214); }

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

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

 span { border-color: rgb(212,111,214); }

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