#D97DC5

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

Shades of Orchid #D97DC5

Tints of Orchid #D97DC5

Color information

#D97DC5 (or 0xD97DC5) is unknown color: approx Orchid. HEX triplet: D9, 7D and C5. RGB value is (217,125,197). Sum of RGB (Red+Green+Blue) = 217+125+197=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC5 is #26823A. Grayscale: #A0A0A0. Windows color (decimal): -2523707 or 12942809. OLE color: 12942809.

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

Color convert

RGB217125197-
CMYK00.420.090.15
HSL313.04º54.76%67.06%-
HSV(B)313.04º42.4%85.1%-
XYZ46.0333.4556.85-
YUV160.72148.48168.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 197 (77.34% from 255) = 36.55%
R=40.26%
G=23.19%
B=36.55%

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
Decimal21712519700.420.090.15313.0454.7667.06
HexD97DC502A9F1393743
Octal331175305052111747167103
Binary110110011111101110001010101010100111111001110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC5; }

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

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

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

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

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

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

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

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