#D782DC

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

Shades of Orchid #D782DC

Tints of Orchid #D782DC

Color information

#D782DC (or 0xD782DC) is unknown color: approx Orchid. HEX triplet: D7, 82 and DC. RGB value is (215,130,220). Sum of RGB (Red+Green+Blue) = 215+130+220=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D782DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D782DC is #287D23. Grayscale: #A5A5A5. Windows color (decimal): -2653476 or 14451415. OLE color: 14451415.

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

Color convert

RGB215130220-
CMYK0.020.4100.14
HSL296.67º56.25%68.63%-
HSV(B)296.67º40.91%86.27%-
XYZ48.9335.5872-
YUV165.68158.66163.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=38.05%
G=23.01%
B=38.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151302200.020.4100.14296.6756.2568.63
HexD782DC2290E1293845
Octal32720233425101645170105
Binary11010111100000101101110010101001011101001010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D782DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D782DC; }

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

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

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

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

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

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

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

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