#D969E1

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

Shades of Orchid #D969E1

Tints of Orchid #D969E1

Color information

#D969E1 (or 0xD969E1) is unknown color: approx Orchid. HEX triplet: D9, 69 and E1. RGB value is (217,105,225). Sum of RGB (Red+Green+Blue) = 217+105+225=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #D969E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969E1 is #26961E. Grayscale: #979797. Windows color (decimal): -2528799 or 14772697. OLE color: 14772697.

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

Color convert

RGB217105225-
CMYK0.040.5300.12
HSL296º66.67%64.71%-
HSV(B)296º53.33%88.24%-
XYZ47.2630.2974.59-
YUV152.17169.11174.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=39.67%
G=19.20%
B=41.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171052250.040.5300.1229666.6764.71
HexD969E14350C1284341
Octal331151341465014450103101
Binary110110011101001111000011001101010110010010100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D969E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D969E1; }

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

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

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

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

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

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

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

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