#D785CE

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

Shades of Orchid #D785CE

Tints of Orchid #D785CE

Color information

#D785CE (or 0xD785CE) is unknown color: approx Orchid. HEX triplet: D7, 85 and CE. RGB value is (215,133,206). Sum of RGB (Red+Green+Blue) = 215+133+206=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CE is #287A31. Grayscale: #A5A5A5. Windows color (decimal): -2652722 or 13534679. OLE color: 13534679.

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

Color convert

RGB215133206-
CMYK00.380.040.16
HSL306.59º50.62%68.24%-
HSV(B)306.59º38.14%84.31%-
XYZ47.5535.6862.77-
YUV165.84150.67163.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=38.81%
G=24.01%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513320600.380.040.16306.5950.6268.24
HexD785CE0264101333344
Octal32720531604642046363104
Binary1101011110000101110011100100110100100001001100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785CE; }

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

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

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

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

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

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

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

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