#D97DC1

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

Shades of Orchid #D97DC1

Tints of Orchid #D97DC1

Color information

#D97DC1 (or 0xD97DC1) is unknown color: approx Orchid. HEX triplet: D9, 7D and C1. RGB value is (217,125,193). Sum of RGB (Red+Green+Blue) = 217+125+193=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC1 is #26823E. Grayscale: #A0A0A0. Windows color (decimal): -2523711 or 12680665. OLE color: 12680665.

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

Color convert

RGB217125193-
CMYK00.420.110.15
HSL315.65º54.76%67.06%-
HSV(B)315.65º42.4%85.1%-
XYZ45.5733.2754.47-
YUV160.26146.48168.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=40.56%
G=23.36%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712519300.420.110.15315.6554.7667.06
HexD97DC102ABF13c3743
Octal331175301052131747467103
Binary110110011111101110000010101010101111111001111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC1; }

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

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

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

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

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

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

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

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