#D785D0

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

Shades of Orchid #D785D0

Tints of Orchid #D785D0

Color information

#D785D0 (or 0xD785D0) is unknown color: approx Orchid. HEX triplet: D7, 85 and D0. RGB value is (215,133,208). Sum of RGB (Red+Green+Blue) = 215+133+208=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D785D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785D0 is #287A2F. Grayscale: #A5A5A5. Windows color (decimal): -2652720 or 13665751. OLE color: 13665751.

HSL color Cylindrical-coordinate representation of color #D785D0: hue angle of 305.12º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785D0 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215133208-
CMYK00.380.030.16
HSL305.12º50.62%68.24%-
HSV(B)305.12º38.14%84.31%-
XYZ47.835.7864.06-
YUV166.07151.67162.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=38.67%
G=23.92%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513320800.380.030.16305.1250.6268.24
HexD785D00263101313344
Octal32720532004632046163104
Binary110101111000010111010000010011011100001001100011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785D0; }

 p { color: rgb(215,133,208); }

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

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

 a { background-color: rgb(215,133,208); }

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

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

 span { border-color: rgb(215,133,208); }

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