#D471E7

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

Shades of Orchid #D471E7

Tints of Orchid #D471E7

Color information

#D471E7 (or 0xD471E7) is unknown color: approx Orchid. HEX triplet: D4, 71 and E7. RGB value is (212,113,231). Sum of RGB (Red+Green+Blue) = 212+113+231=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #D471E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471E7 is #2B8E18. Grayscale: #9B9B9B. Windows color (decimal): -2854425 or 15167956. OLE color: 15167956.

HSL color Cylindrical-coordinate representation of color #D471E7: hue angle of 290.34º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D471E7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212113231-
CMYK0.080.5100.09
HSL290.34º71.08%67.45%-
HSV(B)290.34º51.08%90.59%-
XYZ47.4831.5879.19-
YUV156.05170.3167.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 113 (44.53% from 255) = 20.32%
BLUE value IS 231 (90.62% from 255) = 41.55%
R=38.13%
G=20.32%
B=41.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121132310.080.5100.09290.3471.0867.45
HexD471E7833091224743
Octal3241613471063011442107103
Binary1101010011100011110011110001100110100110010001010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471E7; }

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

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

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

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

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

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

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

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