#D786CA

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

Shades of Orchid #D786CA

Tints of Orchid #D786CA

Color information

#D786CA (or 0xD786CA) is unknown color: approx Orchid. HEX triplet: D7, 86 and CA. RGB value is (215,134,202). Sum of RGB (Red+Green+Blue) = 215+134+202=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D786CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786CA is #287935. Grayscale: #A5A5A5. Windows color (decimal): -2652470 or 13272791. OLE color: 13272791.

HSL color Cylindrical-coordinate representation of color #D786CA: hue angle of 309.63º degrees, saturation: 0.5, 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 #D786CA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215134202-
CMYK00.380.060.16
HSL309.63º50.31%68.43%-
HSV(B)309.63º37.67%84.31%-
XYZ47.2135.7660.29-
YUV165.97148.34162.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=39.02%
G=24.32%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513420200.380.060.16309.6350.3168.43
HexD786CA0266101363244
Octal32720631204662046662104
Binary1101011110000110110010100100110110100001001101101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D786CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D786CA; }

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

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

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

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

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

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

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

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