#D47DC6

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

Shades of Orchid #D47DC6

Tints of Orchid #D47DC6

Color information

#D47DC6 (or 0xD47DC6) is unknown color: approx Orchid. HEX triplet: D4, 7D and C6. RGB value is (212,125,198). Sum of RGB (Red+Green+Blue) = 212+125+198=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC6 is #2B8239. Grayscale: #9F9F9F. Windows color (decimal): -2851386 or 13008340. OLE color: 13008340.

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

Color convert

RGB212125198-
CMYK00.410.070.17
HSL309.66º50.29%66.08%-
HSV(B)309.66º41.04%83.14%-
XYZ44.6832.7457.39-
YUV159.34149.82165.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=39.63%
G=23.36%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212519800.410.070.17309.6650.2966.08
HexD47DC60297111363242
Octal32417530605172146662102
Binary110101001111101110001100101001111100011001101101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DC6; }

 p { color: rgb(212,125,198); }

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

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

 a { background-color: rgb(212,125,198); }

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

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

 span { border-color: rgb(212,125,198); }

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