#D782DA

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

Shades of Orchid #D782DA

Tints of Orchid #D782DA

Color information

#D782DA (or 0xD782DA) is unknown color: approx Orchid. HEX triplet: D7, 82 and DA. RGB value is (215,130,218). Sum of RGB (Red+Green+Blue) = 215+130+218=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D782DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782DA is #287D25. Grayscale: #A5A5A5. Windows color (decimal): -2653478 or 14320343. OLE color: 14320343.

HSL color Cylindrical-coordinate representation of color #D782DA: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782DA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215130218-
CMYK0.010.4000.15
HSL297.95º54.32%68.24%-
HSV(B)297.95º40.37%85.49%-
XYZ48.6635.4770.61-
YUV165.45157.66163.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 130 (51.17% from 255) = 23.09%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=38.19%
G=23.09%
B=38.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2151302180.010.4000.15297.9554.3268.24
HexD782DA1280F12a3644
Octal32720233215001745266104
Binary1101011110000010110110101101000011111001010101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782DA; }

 p { color: rgb(215,130,218); }

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

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

 a { background-color: rgb(215,130,218); }

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

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

 span { border-color: rgb(215,130,218); }

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