#D46DDC

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

Shades of Orchid #D46DDC

Tints of Orchid #D46DDC

Color information

#D46DDC (or 0xD46DDC) is unknown color: approx Orchid. HEX triplet: D4, 6D and DC. RGB value is (212,109,220). Sum of RGB (Red+Green+Blue) = 212+109+220=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D46DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DDC is #2B9223. Grayscale: #989898. Windows color (decimal): -2855460 or 14446036. OLE color: 14446036.

HSL color Cylindrical-coordinate representation of color #D46DDC: hue angle of 295.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46DDC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212109220-
CMYK0.040.5000.14
HSL295.68º61.33%64.51%-
HSV(B)295.68º50.45%86.27%-
XYZ45.5430.171.12-
YUV152.45166.12170.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 109 (42.97% from 255) = 20.15%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=39.19%
G=20.15%
B=40.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121092200.040.5000.14295.6861.3364.51
HexD46DDC4320E1283d41
Octal32415533446201645075101
Binary11010100110110111011100100110010011101001010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DDC; }

 p { color: rgb(212,109,220); }

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

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

 a { background-color: rgb(212,109,220); }

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

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

 span { border-color: rgb(212,109,220); }

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