#D96DE1

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

Shades of Orchid #D96DE1

Tints of Orchid #D96DE1

Color information

#D96DE1 (or 0xD96DE1) is unknown color: approx Orchid. HEX triplet: D9, 6D and E1. RGB value is (217,109,225). Sum of RGB (Red+Green+Blue) = 217+109+225=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #D96DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DE1 is #26921E. Grayscale: #9A9A9A. Windows color (decimal): -2527775 or 14773721. OLE color: 14773721.

HSL color Cylindrical-coordinate representation of color #D96DE1: hue angle of 295.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96DE1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217109225-
CMYK0.040.5200.12
HSL295.86º65.91%65.49%-
HSV(B)295.86º51.56%88.24%-
XYZ47.6731.1374.73-
YUV154.52167.78172.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 109 (42.97% from 255) = 19.78%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=39.38%
G=19.78%
B=40.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171092250.040.5200.12295.8665.9165.49
HexD96DE14340C1284241
Octal331155341464014450102101
Binary110110011101101111000011001101000110010010100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DE1; }

 p { color: rgb(217,109,225); }

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

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

 a { background-color: rgb(217,109,225); }

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

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

 span { border-color: rgb(217,109,225); }

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