#d971e7

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

Shades of Orchid #D971E7

Tints of Orchid #D971E7

Color information

#D971E7 (or 0xD971E7) is unknown color: approx Orchid. HEX triplet: D9, 71 and E7. RGB value is (217,113,231). Sum of RGB (Red+Green+Blue) = 217+113+231=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #D971E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971E7 is #268E18. Grayscale: #9D9D9D. Windows color (decimal): -2526745 or 15167961. OLE color: 15167961.

HSL color Cylindrical-coordinate representation of color #D971E7: hue angle of 292.88º 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 #D971E7 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB217113231-
CMYK0.060.5100.09
HSL292.88º71.08%67.45%-
HSV(B)292.88º51.08%90.59%-
XYZ48.9432.3379.26-
YUV157.55169.46170.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 113 (44.53% from 255) = 20.14%
BLUE value IS 231 (90.62% from 255) = 41.18%
R=38.68%
G=20.14%
B=41.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2171132310.060.5100.09292.8871.0867.45
HexD971E7633091254743
Octal331161347663011445107103
Binary110110011110001111001111101100110100110010010110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d971e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d971e7; }

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

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

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

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

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

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

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

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