#D97AE6

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

Shades of Orchid #D97AE6

Tints of Orchid #D97AE6

Color information

#D97AE6 (or 0xD97AE6) is unknown color: approx Orchid. HEX triplet: D9, 7A and E6. RGB value is (217,122,230). Sum of RGB (Red+Green+Blue) = 217+122+230=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #D97AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97AE6 is #268519. Grayscale: #A2A2A2. Windows color (decimal): -2524442 or 15104729. OLE color: 15104729.

HSL color Cylindrical-coordinate representation of color #D97AE6: hue angle of 292.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D97AE6 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217122230-
CMYK0.060.4700.10
HSL292.78º68.35%69.02%-
HSV(B)292.78º46.96%90.2%-
XYZ49.8634.3878.87-
YUV162.72165.97166.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=38.14%
G=21.44%
B=40.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171222300.060.4700.10292.7868.3569.02
HexD97AE662F0A1254445
Octal331172346657012445104105
Binary110110011111010111001101101011110101010010010110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97AE6; }

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

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

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

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

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

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

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

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