#D97DE3

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

Shades of Orchid #D97DE3

Tints of Orchid #D97DE3

Color information

#D97DE3 (or 0xD97DE3) is unknown color: approx Orchid. HEX triplet: D9, 7D and E3. RGB value is (217,125,227). Sum of RGB (Red+Green+Blue) = 217+125+227=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #D97DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DE3 is #26821C. Grayscale: #A3A3A3. Windows color (decimal): -2523677 or 14908889. OLE color: 14908889.

HSL color Cylindrical-coordinate representation of color #D97DE3: hue angle of 294.12º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97DE3 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217125227-
CMYK0.040.4500.11
HSL294.12º64.56%69.02%-
HSV(B)294.12º44.93%89.02%-
XYZ49.8134.9676.8-
YUV164.14163.48165.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=38.14%
G=21.97%
B=39.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171252270.040.4500.11294.1264.5669.02
HexD97DE342D0B1264145
Octal331175343455013446101105
Binary110110011111101111000111001011010101110010011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97DE3; }

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

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

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

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

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

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

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

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