#D97DC0

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

Shades of Orchid #D97DC0

Tints of Orchid #D97DC0

Color information

#D97DC0 (or 0xD97DC0) is unknown color: approx Orchid. HEX triplet: D9, 7D and C0. RGB value is (217,125,192). Sum of RGB (Red+Green+Blue) = 217+125+192=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC0 is #26823F. Grayscale: #9F9F9F. Windows color (decimal): -2523712 or 12615129. OLE color: 12615129.

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

Color convert

RGB217125192-
CMYK00.420.120.15
HSL316.3º54.76%67.06%-
HSV(B)316.3º42.4%85.1%-
XYZ45.4633.2253.89-
YUV160.15145.98168.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=40.64%
G=23.41%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712519200.420.120.15316.354.7667.06
HexD97DC002ACF13c3743
Octal331175300052141747467103
Binary110110011111101110000000101010110011111001111001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DC0; }

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

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

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

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

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

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

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

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