#D780DC

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

Shades of Orchid #D780DC

Tints of Orchid #D780DC

Color information

#D780DC (or 0xD780DC) is unknown color: approx Orchid. HEX triplet: D7, 80 and DC. RGB value is (215,128,220). Sum of RGB (Red+Green+Blue) = 215+128+220=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D780DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780DC is #287F23. Grayscale: #A4A4A4. Windows color (decimal): -2653988 or 14450903. OLE color: 14450903.

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

Color convert

RGB215128220-
CMYK0.020.4200.14
HSL296.74º56.79%68.24%-
HSV(B)296.74º41.82%86.27%-
XYZ48.6635.0571.91-
YUV164.5159.32164.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=38.19%
G=22.74%
B=39.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2151282200.020.4200.14296.7456.7968.24
HexD780DC22A0E1293944
Octal32720033425201645171104
Binary11010111100000001101110010101010011101001010011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780DC; }

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

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

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

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

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

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

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

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