#D971DE

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

Shades of Orchid #D971DE

Tints of Orchid #D971DE

Color information

#D971DE (or 0xD971DE) is unknown color: approx Orchid. HEX triplet: D9, 71 and DE. RGB value is (217,113,222). Sum of RGB (Red+Green+Blue) = 217+113+222=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #D971DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DE is #268E21. Grayscale: #9C9C9C. Windows color (decimal): -2526754 or 14578137. OLE color: 14578137.

HSL color Cylindrical-coordinate representation of color #D971DE: hue angle of 297.25º 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 #D971DE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217113222-
CMYK0.020.4900.13
HSL297.25º62.29%65.69%-
HSV(B)297.25º49.1%87.06%-
XYZ47.7131.8472.74-
YUV156.52164.96171.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=39.31%
G=20.47%
B=40.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171132220.020.4900.13297.2562.2965.69
HexD971DE2310D1293e42
Octal33116133626101545176102
Binary1101100111100011101111010110001011011001010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971DE; }

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

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

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

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

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

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

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

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