#D471DE

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

Shades of Orchid #D471DE

Tints of Orchid #D471DE

Color information

#D471DE (or 0xD471DE) is unknown color: approx Orchid. HEX triplet: D4, 71 and DE. RGB value is (212,113,222). Sum of RGB (Red+Green+Blue) = 212+113+222=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #D471DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471DE is #2B8E21. Grayscale: #9A9A9A. Windows color (decimal): -2854434 or 14578132. OLE color: 14578132.

HSL color Cylindrical-coordinate representation of color #D471DE: hue angle of 294.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D471DE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212113222-
CMYK0.050.4900.13
HSL294.5º62.29%65.69%-
HSV(B)294.5º49.1%87.06%-
XYZ46.2431.0872.67-
YUV155.03165.8168.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=38.76%
G=20.66%
B=40.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121132220.050.4900.13294.562.2965.69
HexD471DE5310D1263e42
Octal32416133656101544676102
Binary11010100111000111011110101110001011011001001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471DE; }

 p { color: rgb(212,113,222); }

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

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

 a { background-color: rgb(212,113,222); }

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

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

 span { border-color: rgb(212,113,222); }

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