#D786DF

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

Shades of Orchid #D786DF

Tints of Orchid #D786DF

Color information

#D786DF (or 0xD786DF) is unknown color: approx Orchid. HEX triplet: D7, 86 and DF. RGB value is (215,134,223). Sum of RGB (Red+Green+Blue) = 215+134+223=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D786DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786DF is #287920. Grayscale: #A8A8A8. Windows color (decimal): -2652449 or 14649047. OLE color: 14649047.

HSL color Cylindrical-coordinate representation of color #D786DF: hue angle of 294.61º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D786DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215134223-
CMYK0.040.4000.13
HSL294.61º58.17%70%-
HSV(B)294.61º39.91%87.45%-
XYZ49.8736.8274.29-
YUV168.36158.84161.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=37.59%
G=23.43%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151342230.040.4000.13294.6158.1770
HexD786DF4280D1273a46
Octal32720633745001544772106
Binary110101111000011011011111100101000011011001001111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D786DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D786DF; }

 p { color: rgb(215,134,223); }

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

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

 a { background-color: rgb(215,134,223); }

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

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

 span { border-color: rgb(215,134,223); }

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