#D784DB

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

Shades of Orchid #D784DB

Tints of Orchid #D784DB

Color information

#D784DB (or 0xD784DB) is unknown color: approx Orchid. HEX triplet: D7, 84 and DB. RGB value is (215,132,219). Sum of RGB (Red+Green+Blue) = 215+132+219=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D784DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784DB is #287B24. Grayscale: #A6A6A6. Windows color (decimal): -2652965 or 14386391. OLE color: 14386391.

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

Color convert

RGB215132219-
CMYK0.020.4000.14
HSL297.24º54.72%68.82%-
HSV(B)297.24º39.73%85.88%-
XYZ49.0636.0671.39-
YUV166.74157.5162.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=37.99%
G=23.32%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151322190.020.4000.14297.2454.7268.82
HexD784DB2280E1293745
Octal32720433325001645167105
Binary11010111100001001101101110101000011101001010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784DB; }

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

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

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

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

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

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

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

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