#D780DD

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

Shades of Orchid #D780DD

Tints of Orchid #D780DD

Color information

#D780DD (or 0xD780DD) is unknown color: approx Orchid. HEX triplet: D7, 80 and DD. RGB value is (215,128,221). Sum of RGB (Red+Green+Blue) = 215+128+221=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D780DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780DD is #287F22. Grayscale: #A4A4A4. Windows color (decimal): -2653987 or 14516439. OLE color: 14516439.

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

Color convert

RGB215128221-
CMYK0.030.4200.13
HSL296.13º57.76%68.43%-
HSV(B)296.13º42.08%86.67%-
XYZ48.7935.1172.61-
YUV164.62159.82163.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=38.12%
G=22.70%
B=39.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151282210.030.4200.13296.1357.7668.43
HexD780DD32A0D1283a44
Octal32720033535201545072104
Binary11010111100000001101110111101010011011001010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780DD; }

 p { color: rgb(215,128,221); }

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

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

 a { background-color: rgb(215,128,221); }

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

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

 span { border-color: rgb(215,128,221); }

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