#D787D2

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

Shades of Orchid #D787D2

Tints of Orchid #D787D2

Color information

#D787D2 (or 0xD787D2) is unknown color: approx Orchid. HEX triplet: D7, 87 and D2. RGB value is (215,135,210). Sum of RGB (Red+Green+Blue) = 215+135+210=560 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.39% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 215 - color contains mainly: red. Hex color #D787D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787D2 is #28782D. Grayscale: #A7A7A7. Windows color (decimal): -2652206 or 13797335. OLE color: 13797335.

HSL color Cylindrical-coordinate representation of color #D787D2: hue angle of 303.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787D2 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB215135210-
CMYK00.370.020.16
HSL303.75º50%68.63%-
HSV(B)303.75º37.21%84.31%-
XYZ48.3236.4365.46-
YUV167.47152161.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=38.39%
G=24.11%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513521000.370.020.16303.755068.63
HexD787D20252101303245
Octal32720732204522046062105
Binary110101111000011111010010010010110100001001100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787D2; }

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

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

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

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

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

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

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

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