#D782D1

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

Shades of Orchid #D782D1

Tints of Orchid #D782D1

Color information

#D782D1 (or 0xD782D1) is unknown color: approx Orchid. HEX triplet: D7, 82 and D1. RGB value is (215,130,209). Sum of RGB (Red+Green+Blue) = 215+130+209=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D782D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782D1 is #287D2E. Grayscale: #A4A4A4. Windows color (decimal): -2653487 or 13730519. OLE color: 13730519.

HSL color Cylindrical-coordinate representation of color #D782D1: hue angle of 304.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D782D1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215130209-
CMYK00.400.030.16
HSL304.24º51.52%67.65%-
HSV(B)304.24º39.53%84.31%-
XYZ47.5235.0264.58-
YUV164.42153.16164.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=38.81%
G=23.47%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513020900.400.030.16304.2451.5267.65
HexD782D10283101303444
Octal32720232105032046064104
Binary110101111000001011010001010100011100001001100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782D1; }

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

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

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

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

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

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

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

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