#D47FC7

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

Shades of Orchid #D47FC7

Tints of Orchid #D47FC7

Color information

#D47FC7 (or 0xD47FC7) is unknown color: approx Orchid. HEX triplet: D4, 7F and C7. RGB value is (212,127,199). Sum of RGB (Red+Green+Blue) = 212+127+199=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FC7 is #2B8038. Grayscale: #A0A0A0. Windows color (decimal): -2850873 or 13074388. OLE color: 13074388.

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

Color convert

RGB212127199-
CMYK00.400.060.17
HSL309.18º49.71%66.47%-
HSV(B)309.18º40.09%83.14%-
XYZ45.0533.358.09-
YUV160.62149.66164.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=39.41%
G=23.61%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212719900.400.060.17309.1849.7166.47
HexD47FC70286111353242
Octal32417730705062146562102
Binary110101001111111110001110101000110100011001101011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FC7; }

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

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

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

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

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

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

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

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