#D971D7

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

Shades of Orchid #D971D7

Tints of Orchid #D971D7

Color information

#D971D7 (or 0xD971D7) is unknown color: approx Orchid. HEX triplet: D9, 71 and D7. RGB value is (217,113,215). Sum of RGB (Red+Green+Blue) = 217+113+215=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D971D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971D7 is #268E28. Grayscale: #9B9B9B. Windows color (decimal): -2526761 or 14119385. OLE color: 14119385.

HSL color Cylindrical-coordinate representation of color #D971D7: hue angle of 301.15º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971D7 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217113215-
CMYK00.480.010.15
HSL301.15º57.78%64.71%-
HSV(B)301.15º47.93%85.1%-
XYZ46.7931.4767.9-
YUV155.72161.46171.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 113 (44.53% from 255) = 20.73%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=39.82%
G=20.73%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711321500.480.010.15301.1557.7864.71
HexD971D70301F12d3a41
Octal33116132706011745572101
Binary110110011110001110101110110000111111001011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D971D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D971D7; }

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

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

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

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

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

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

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

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