#D47FD3

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

Shades of Orchid #D47FD3

Tints of Orchid #D47FD3

Color information

#D47FD3 (or 0xD47FD3) is unknown color: approx Orchid. HEX triplet: D4, 7F and D3. RGB value is (212,127,211). Sum of RGB (Red+Green+Blue) = 212+127+211=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FD3 is #2B802C. Grayscale: #A1A1A1. Windows color (decimal): -2850861 or 13860820. OLE color: 13860820.

HSL color Cylindrical-coordinate representation of color #D47FD3: hue angle of 300.71º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D47FD3 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212127211-
CMYK00.400.000.17
HSL300.71º49.71%66.47%-
HSV(B)300.71º40.09%83.14%-
XYZ46.533.8865.72-
YUV161.99155.66163.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 211 (82.81% from 255) = 38.36%
R=38.55%
G=23.09%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212721100.400.000.17300.7149.7166.47
HexD47FD302801112d3242
Octal32417732305002145562102
Binary1101010011111111101001101010000100011001011011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FD3; }

 p { color: rgb(212,127,211); }

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

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

 a { background-color: rgb(212,127,211); }

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

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

 span { border-color: rgb(212,127,211); }

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