#D471D5

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

Shades of Orchid #D471D5

Tints of Orchid #D471D5

Color information

#D471D5 (or 0xD471D5) is unknown color: approx Orchid. HEX triplet: D4, 71 and D5. RGB value is (212,113,213). Sum of RGB (Red+Green+Blue) = 212+113+213=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #D471D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D5 is #2B8E2A. Grayscale: #999999. Windows color (decimal): -2854443 or 13988308. OLE color: 13988308.

HSL color Cylindrical-coordinate representation of color #D471D5: hue angle of 299.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471D5 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212113213-
CMYK0.000.4700.16
HSL299.4º54.35%63.92%-
HSV(B)299.4º46.95%83.53%-
XYZ45.0730.6166.48-
YUV154161.3169.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=39.41%
G=21.00%
B=39.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121132130.000.4700.16299.454.3563.92
HexD471D502F01012b3640
Octal32416132505702045366100
Binary1101010011100011101010101011110100001001010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471D5; }

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

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

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

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

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

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

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

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