#D787DE

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

Shades of Orchid #D787DE

Tints of Orchid #D787DE

Color information

#D787DE (or 0xD787DE) is unknown color: approx Orchid. HEX triplet: D7, 87 and DE. RGB value is (215,135,222). Sum of RGB (Red+Green+Blue) = 215+135+222=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D787DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787DE is #287821. Grayscale: #A8A8A8. Windows color (decimal): -2652194 or 14583767. OLE color: 14583767.

HSL color Cylindrical-coordinate representation of color #D787DE: hue angle of 295.17º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D787DE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215135222-
CMYK0.030.3900.13
HSL295.17º56.86%70%-
HSV(B)295.17º39.19%87.06%-
XYZ49.8737.0573.63-
YUV168.84158160.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=37.59%
G=23.60%
B=38.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151352220.030.3900.13295.1756.8670
HexD787DE3270D1273946
Octal32720733634701544771106
Binary11010111100001111101111011100111011011001001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787DE; }

 p { color: rgb(215,135,222); }

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

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

 a { background-color: rgb(215,135,222); }

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

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

 span { border-color: rgb(215,135,222); }

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