#D47FCD

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

Shades of Orchid #D47FCD

Tints of Orchid #D47FCD

Color information

#D47FCD (or 0xD47FCD) is unknown color: approx Orchid. HEX triplet: D4, 7F and CD. RGB value is (212,127,205). Sum of RGB (Red+Green+Blue) = 212+127+205=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D47FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47FCD is #2B8032. Grayscale: #A1A1A1. Windows color (decimal): -2850867 or 13467604. OLE color: 13467604.

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

Color convert

RGB212127205-
CMYK00.400.030.17
HSL304.94º49.71%66.47%-
HSV(B)304.94º40.09%83.14%-
XYZ45.7633.5861.83-
YUV161.31152.66164.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.97%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=38.97%
G=23.35%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212720500.400.030.17304.9449.7166.47
HexD47FCD0283111313242
Octal32417731505032146162102
Binary11010100111111111001101010100011100011001100011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47FCD; }

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

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

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

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

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

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

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

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