#D785DB

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

Shades of Orchid #D785DB

Tints of Orchid #D785DB

Color information

#D785DB (or 0xD785DB) is unknown color: approx Orchid. HEX triplet: D7, 85 and DB. RGB value is (215,133,219). Sum of RGB (Red+Green+Blue) = 215+133+219=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D785DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DB is #287A24. Grayscale: #A7A7A7. Windows color (decimal): -2652709 or 14386647. OLE color: 14386647.

HSL color Cylindrical-coordinate representation of color #D785DB: hue angle of 297.21º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D785DB is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215133219-
CMYK0.020.3900.14
HSL297.21º54.43%69.02%-
HSV(B)297.21º39.27%85.88%-
XYZ49.236.3471.44-
YUV167.32157.17162.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=37.92%
G=23.46%
B=38.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151332190.020.3900.14297.2154.4369.02
HexD785DB2270E1293645
Octal32720533324701645166105
Binary11010111100001011101101110100111011101001010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D785DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D785DB; }

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

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

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

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

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

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

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

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