#D782DE

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

Shades of Orchid #D782DE

Tints of Orchid #D782DE

Color information

#D782DE (or 0xD782DE) is unknown color: approx Orchid. HEX triplet: D7, 82 and DE. RGB value is (215,130,222). Sum of RGB (Red+Green+Blue) = 215+130+222=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #D782DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782DE is #287D21. Grayscale: #A5A5A5. Windows color (decimal): -2653474 or 14582487. OLE color: 14582487.

HSL color Cylindrical-coordinate representation of color #D782DE: hue angle of 295.43º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D782DE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215130222-
CMYK0.030.4100.13
HSL295.43º58.23%69.02%-
HSV(B)295.43º41.44%87.06%-
XYZ49.1935.6973.4-
YUV165.9159.66163.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=37.92%
G=22.93%
B=39.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151302220.030.4100.13295.4358.2369.02
HexD782DE3290D1273a45
Octal32720233635101544772105
Binary11010111100000101101111011101001011011001001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782DE; }

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

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

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

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

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

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

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

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