#D97ADF

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

Shades of Orchid #D97ADF

Tints of Orchid #D97ADF

Color information

#D97ADF (or 0xD97ADF) is unknown color: approx Orchid. HEX triplet: D9, 7A and DF. RGB value is (217,122,223). Sum of RGB (Red+Green+Blue) = 217+122+223=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D97ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ADF is #268520. Grayscale: #A1A1A1. Windows color (decimal): -2524449 or 14645977. OLE color: 14645977.

HSL color Cylindrical-coordinate representation of color #D97ADF: hue angle of 296.44º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97ADF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217122223-
CMYK0.030.4500.13
HSL296.44º61.21%67.65%-
HSV(B)296.44º45.29%87.45%-
XYZ48.893473.8-
YUV161.92162.47167.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.61%
GREEN value IS 122 (48.05% from 255) = 21.71%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=38.61%
G=21.71%
B=39.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171222230.030.4500.13296.4461.2167.65
HexD97ADF32D0D1283d44
Octal33117233735501545075104
Binary1101100111110101101111111101101011011001010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ADF; }

 p { color: rgb(217,122,223); }

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

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

 a { background-color: rgb(217,122,223); }

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

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

 span { border-color: rgb(217,122,223); }

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