#D47ABB

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

Shades of Orchid #D47ABB

Tints of Orchid #D47ABB

Color information

#D47ABB (or 0xD47ABB) is unknown color: approx Orchid. HEX triplet: D4, 7A and BB. RGB value is (212,122,187). Sum of RGB (Red+Green+Blue) = 212+122+187=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABB is #2B8544. Grayscale: #9C9C9C. Windows color (decimal): -2852165 or 12286676. OLE color: 12286676.

HSL color Cylindrical-coordinate representation of color #D47ABB: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47ABB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212122187-
CMYK00.420.120.17
HSL316.67º51.14%65.49%-
HSV(B)316.67º42.45%83.14%-
XYZ43.0831.550.82-
YUV156.32145.32167.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 122 (48.05% from 255) = 23.42%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=40.69%
G=23.42%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212218700.420.120.17316.6751.1465.49
HexD47ABB02AC1113d3341
Octal324172273052142147563101
Binary1101010011110101011101101010101100100011001111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47ABB; }

 p { color: rgb(212,122,187); }

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

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

 a { background-color: rgb(212,122,187); }

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

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

 span { border-color: rgb(212,122,187); }

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