#D782D6

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

Shades of Orchid #D782D6

Tints of Orchid #D782D6

Color information

#D782D6 (or 0xD782D6) is unknown color: approx Orchid. HEX triplet: D7, 82 and D6. RGB value is (215,130,214). Sum of RGB (Red+Green+Blue) = 215+130+214=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D782D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782D6 is #287D29. Grayscale: #A4A4A4. Windows color (decimal): -2653482 or 14058199. OLE color: 14058199.

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

Color convert

RGB215130214-
CMYK00.400.000.16
HSL300.71º51.52%67.65%-
HSV(B)300.71º39.53%84.31%-
XYZ48.1435.2767.89-
YUV164.99155.66163.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 130 (51.17% from 255) = 23.26%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=38.46%
G=23.26%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513021400.400.000.16300.7151.5267.65
HexD782D602801012d3444
Octal32720232605002045564104
Binary11010111100000101101011001010000100001001011011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782D6; }

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

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

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

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

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

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

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

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