#D97AC6

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

Shades of Orchid #D97AC6

Tints of Orchid #D97AC6

Color information

#D97AC6 (or 0xD97AC6) is unknown color: approx Orchid. HEX triplet: D9, 7A and C6. RGB value is (217,122,198). Sum of RGB (Red+Green+Blue) = 217+122+198=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AC6 is #268539. Grayscale: #9E9E9E. Windows color (decimal): -2524474 or 13007577. OLE color: 13007577.

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

Color convert

RGB217122198-
CMYK00.440.090.15
HSL312º55.56%66.47%-
HSV(B)312º43.78%85.1%-
XYZ45.7732.7557.33-
YUV159.07149.97169.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 122 (48.05% from 255) = 22.72%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=40.41%
G=22.72%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712219800.440.090.1531255.5666.47
HexD97AC602C9F1383842
Octal331172306054111747070102
Binary110110011111010110001100101100100111111001110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AC6; }

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

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

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

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

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

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

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

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