#D786E1

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

Shades of Orchid #D786E1

Tints of Orchid #D786E1

Color information

#D786E1 (or 0xD786E1) is unknown color: approx Orchid. HEX triplet: D7, 86 and E1. RGB value is (215,134,225). Sum of RGB (Red+Green+Blue) = 215+134+225=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #D786E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786E1 is #28791E. Grayscale: #A8A8A8. Windows color (decimal): -2652447 or 14780119. OLE color: 14780119.

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

Color convert

RGB215134225-
CMYK0.040.4000.12
HSL293.41º60.26%70.39%-
HSV(B)293.41º40.44%88.24%-
XYZ50.1436.9375.72-
YUV168.59159.84161.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 134 (52.73% from 255) = 23.34%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=37.46%
G=23.34%
B=39.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151342250.040.4000.12293.4160.2670.39
HexD786E14280C1253c46
Octal32720634145001444574106
Binary110101111000011011100001100101000011001001001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D786E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D786E1; }

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

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

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

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

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

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

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

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