#D784DC

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

Shades of Orchid #D784DC

Tints of Orchid #D784DC

Color information

#D784DC (or 0xD784DC) is unknown color: approx Orchid. HEX triplet: D7, 84 and DC. RGB value is (215,132,220). Sum of RGB (Red+Green+Blue) = 215+132+220=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D784DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784DC is #287B23. Grayscale: #A6A6A6. Windows color (decimal): -2652964 or 14451927. OLE color: 14451927.

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

Color convert

RGB215132220-
CMYK0.020.4000.14
HSL296.59º55.7%69.02%-
HSV(B)296.59º40%86.27%-
XYZ49.1936.1272.09-
YUV166.85158162.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=37.92%
G=23.28%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151322200.020.4000.14296.5955.769.02
HexD784DC2280E1293845
Octal32720433425001645170105
Binary11010111100001001101110010101000011101001010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D784DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D784DC; }

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

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

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

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

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

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

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

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