#D97AC2

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

Shades of Orchid #D97AC2

Tints of Orchid #D97AC2

Color information

#D97AC2 (or 0xD97AC2) is unknown color: approx Orchid. HEX triplet: D9, 7A and C2. RGB value is (217,122,194). Sum of RGB (Red+Green+Blue) = 217+122+194=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AC2 is #26853D. Grayscale: #9E9E9E. Windows color (decimal): -2524478 or 12745433. OLE color: 12745433.

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

Color convert

RGB217122194-
CMYK00.440.110.15
HSL314.53º55.56%66.47%-
HSV(B)314.53º43.78%85.1%-
XYZ45.3132.5754.94-
YUV158.61147.97169.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 194 (76.17% from 255) = 36.40%
R=40.71%
G=22.89%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712219400.440.110.15314.5355.5666.47
HexD97AC202CBF13b3842
Octal331172302054131747370102
Binary110110011111010110000100101100101111111001110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AC2; }

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

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

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

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

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

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

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

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