#D97AC7

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

Shades of Orchid #D97AC7

Tints of Orchid #D97AC7

Color information

#D97AC7 (or 0xD97AC7) is unknown color: approx Orchid. HEX triplet: D9, 7A and C7. RGB value is (217,122,199). Sum of RGB (Red+Green+Blue) = 217+122+199=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AC7 is #268538. Grayscale: #9E9E9E. Windows color (decimal): -2524473 or 13073113. OLE color: 13073113.

HSL color Cylindrical-coordinate representation of color #D97AC7: hue angle of 311.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AC7 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217122199-
CMYK00.440.080.15
HSL311.37º55.56%66.47%-
HSV(B)311.37º43.78%85.1%-
XYZ45.8832.7957.94-
YUV159.18150.47169.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=40.33%
G=22.68%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712219900.440.080.15311.3755.5666.47
HexD97AC702C8F1373842
Octal331172307054101746770102
Binary110110011111010110001110101100100011111001101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AC7; }

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

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

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

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

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

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

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

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