#D869E1

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

Shades of Orchid #D869E1

Tints of Orchid #D869E1

Color information

#D869E1 (or 0xD869E1) is unknown color: approx Orchid. HEX triplet: D8, 69 and E1. RGB value is (216,105,225). Sum of RGB (Red+Green+Blue) = 216+105+225=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #D869E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869E1 is #27961E. Grayscale: #979797. Windows color (decimal): -2594335 or 14772696. OLE color: 14772696.

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

Color convert

RGB216105225-
CMYK0.040.5300.12
HSL295.5º66.67%64.71%-
HSV(B)295.5º53.33%88.24%-
XYZ46.9630.1474.58-
YUV151.87169.27173.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=39.56%
G=19.23%
B=41.21%

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
Decimal2161052250.040.5300.12295.566.6764.71
HexD869E14350C1284341
Octal330151341465014450103101
Binary110110001101001111000011001101010110010010100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869E1; }

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

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

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

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

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

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

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

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