#D97DC3

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

Shades of Orchid #D97DC3

Tints of Orchid #D97DC3

Color information

#D97DC3 (or 0xD97DC3) is unknown color: approx Orchid. HEX triplet: D9, 7D and C3. RGB value is (217,125,195). Sum of RGB (Red+Green+Blue) = 217+125+195=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC3 is #26823C. Grayscale: #A0A0A0. Windows color (decimal): -2523709 or 12811737. OLE color: 12811737.

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

Color convert

RGB217125195-
CMYK00.420.100.15
HSL314.35º54.76%67.06%-
HSV(B)314.35º42.4%85.1%-
XYZ45.833.3655.65-
YUV160.49147.48168.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 195 (76.56% from 255) = 36.31%
R=40.41%
G=23.28%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712519500.420.100.15314.3554.7667.06
HexD97DC302AAF13a3743
Octal331175303052121747267103
Binary110110011111101110000110101010101011111001110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC3; }

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

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

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

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

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

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

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

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