#D47ABE

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

Shades of Orchid #D47ABE

Tints of Orchid #D47ABE

Color information

#D47ABE (or 0xD47ABE) is unknown color: approx Orchid. HEX triplet: D4, 7A and BE. RGB value is (212,122,190). Sum of RGB (Red+Green+Blue) = 212+122+190=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D47ABE is #2B8541. Grayscale: #9C9C9C. Windows color (decimal): -2852162 or 12483284. OLE color: 12483284.

HSL color Cylindrical-coordinate representation of color #D47ABE: hue angle of 314.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 #D47ABE is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212122190-
CMYK00.420.100.17
HSL314.67º51.14%65.49%-
HSV(B)314.67º42.45%83.14%-
XYZ43.4131.6352.53-
YUV156.66146.82167.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=40.46%
G=23.28%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212219000.420.100.17314.6751.1465.49
HexD47ABE02AA1113b3341
Octal324172276052122147363101
Binary1101010011110101011111001010101010100011001110111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47ABE; }

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

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

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

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

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

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

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

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