#D97ECD

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

Shades of Orchid #D97ECD

Tints of Orchid #D97ECD

Color information

#D97ECD (or 0xD97ECD) is unknown color: approx Orchid. HEX triplet: D9, 7E and CD. RGB value is (217,126,205). Sum of RGB (Red+Green+Blue) = 217+126+205=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ECD is #268132. Grayscale: #A1A1A1. Windows color (decimal): -2523443 or 13467353. OLE color: 13467353.

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

Color convert

RGB217126205-
CMYK00.420.060.15
HSL307.91º54.49%67.25%-
HSV(B)307.91º41.94%85.1%-
XYZ47.134.0861.85-
YUV162.21152.15167.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=39.60%
G=22.99%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712620500.420.060.15307.9154.4967.25
HexD97ECD02A6F1343643
Octal33117631505261746466103
Binary11011001111111011001101010101011011111001101001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97ECD; }

 p { color: rgb(217,126,205); }

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

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

 a { background-color: rgb(217,126,205); }

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

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

 span { border-color: rgb(217,126,205); }

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