#D785CA

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

Shades of Orchid #D785CA

Tints of Orchid #D785CA

Color information

#D785CA (or 0xD785CA) is unknown color: approx Orchid. HEX triplet: D7, 85 and CA. RGB value is (215,133,202). Sum of RGB (Red+Green+Blue) = 215+133+202=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CA is #287A35. Grayscale: #A5A5A5. Windows color (decimal): -2652726 or 13272535. OLE color: 13272535.

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

Color convert

RGB215133202-
CMYK00.380.060.16
HSL309.51º50.62%68.24%-
HSV(B)309.51º38.14%84.31%-
XYZ47.0735.4960.25-
YUV165.38148.67163.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=39.09%
G=24.18%
B=36.73%

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
Decimal21513320200.380.060.16309.5150.6268.24
HexD785CA0266101363344
Octal32720531204662046663104
Binary1101011110000101110010100100110110100001001101101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785CA; }

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

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

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

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

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

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

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

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