#D786CC

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

Shades of Orchid #D786CC

Tints of Orchid #D786CC

Color information

#D786CC (or 0xD786CC) is unknown color: approx Orchid. HEX triplet: D7, 86 and CC. RGB value is (215,134,204). Sum of RGB (Red+Green+Blue) = 215+134+204=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D786CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786CC is #287933. Grayscale: #A6A6A6. Windows color (decimal): -2652468 or 13403863. OLE color: 13403863.

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

Color convert

RGB215134204-
CMYK00.380.050.16
HSL308.15º50.31%68.43%-
HSV(B)308.15º37.67%84.31%-
XYZ47.4535.8661.55-
YUV166.2149.34162.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=38.88%
G=24.23%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513420400.380.050.16308.1550.3168.43
HexD786CC0265101343244
Octal32720631404652046462104
Binary1101011110000110110011000100110101100001001101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D786CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D786CC; }

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

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

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

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

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

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

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

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