#D471D7

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

Shades of Orchid #D471D7

Tints of Orchid #D471D7

Color information

#D471D7 (or 0xD471D7) is unknown color: approx Orchid. HEX triplet: D4, 71 and D7. RGB value is (212,113,215). Sum of RGB (Red+Green+Blue) = 212+113+215=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #D471D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D471D7 is #2B8E28. Grayscale: #999999. Windows color (decimal): -2854441 or 14119380. OLE color: 14119380.

HSL color Cylindrical-coordinate representation of color #D471D7: hue angle of 298.24º degrees, saturation: 0.56, 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 #D471D7 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212113215-
CMYK0.010.4700.16
HSL298.24º56.04%64.31%-
HSV(B)298.24º47.44%84.31%-
XYZ45.3230.7167.83-
YUV154.23162.3169.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=39.26%
G=20.93%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121132150.010.4700.16298.2456.0464.31
HexD471D712F01012a3840
Octal32416132715702045270100
Binary1101010011100011101011111011110100001001010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471D7; }

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

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

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

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

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

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

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

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