#D787DD

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

Shades of Orchid #D787DD

Tints of Orchid #D787DD

Color information

#D787DD (or 0xD787DD) is unknown color: approx Orchid. HEX triplet: D7, 87 and DD. RGB value is (215,135,221). Sum of RGB (Red+Green+Blue) = 215+135+221=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D787DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787DD is #287822. Grayscale: #A8A8A8. Windows color (decimal): -2652195 or 14518231. OLE color: 14518231.

HSL color Cylindrical-coordinate representation of color #D787DD: hue angle of 295.81º degrees, saturation: 0.56, 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 #D787DD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215135221-
CMYK0.030.3900.13
HSL295.81º55.84%69.8%-
HSV(B)295.81º38.91%86.67%-
XYZ49.743772.93-
YUV168.72157.5161.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=37.65%
G=23.64%
B=38.70%

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
Decimal2151352210.030.3900.13295.8155.8469.8
HexD787DD3270D1283846
Octal32720733534701545070106
Binary11010111100001111101110111100111011011001010001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787DD; }

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

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

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

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

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

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

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

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