#D47DC0

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

Shades of Orchid #D47DC0

Tints of Orchid #D47DC0

Color information

#D47DC0 (or 0xD47DC0) is unknown color: approx Orchid. HEX triplet: D4, 7D and C0. RGB value is (212,125,192). Sum of RGB (Red+Green+Blue) = 212+125+192=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D47DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47DC0 is #2B823F. Grayscale: #9E9E9E. Windows color (decimal): -2851392 or 12615124. OLE color: 12615124.

HSL color Cylindrical-coordinate representation of color #D47DC0: hue angle of 313.79º 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 #D47DC0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212125192-
CMYK00.410.090.17
HSL313.79º50.29%66.08%-
HSV(B)313.79º41.04%83.14%-
XYZ4432.4753.82-
YUV158.65146.82166.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=40.08%
G=23.63%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212519200.410.090.17313.7950.2966.08
HexD47DC002991113a3242
Octal324175300051112147262102
Binary1101010011111011100000001010011001100011001110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47DC0; }

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

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

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

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

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

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

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

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