#D97DC6

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

Shades of Orchid #D97DC6

Tints of Orchid #D97DC6

Color information

#D97DC6 (or 0xD97DC6) is unknown color: approx Orchid. HEX triplet: D9, 7D and C6. RGB value is (217,125,198). Sum of RGB (Red+Green+Blue) = 217+125+198=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC6 is #268239. Grayscale: #A0A0A0. Windows color (decimal): -2523706 or 13008345. OLE color: 13008345.

HSL color Cylindrical-coordinate representation of color #D97DC6: hue angle of 312.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97DC6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217125198-
CMYK00.420.090.15
HSL312.39º54.76%67.06%-
HSV(B)312.39º42.4%85.1%-
XYZ46.1433.557.46-
YUV160.83148.98168.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=40.19%
G=23.15%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712519800.420.090.15312.3954.7667.06
HexD97DC602A9F1383743
Octal331175306052111747067103
Binary110110011111101110001100101010100111111001110001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC6; }

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

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

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

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

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

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

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

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