#D780D0

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

Shades of Orchid #D780D0

Tints of Orchid #D780D0

Color information

#D780D0 (or 0xD780D0) is unknown color: approx Orchid. HEX triplet: D7, 80 and D0. RGB value is (215,128,208). Sum of RGB (Red+Green+Blue) = 215+128+208=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D780D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780D0 is #287F2F. Grayscale: #A2A2A2. Windows color (decimal): -2654000 or 13664471. OLE color: 13664471.

HSL color Cylindrical-coordinate representation of color #D780D0: hue angle of 304.83º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D780D0 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215128208-
CMYK00.400.030.16
HSL304.83º52.1%67.25%-
HSV(B)304.83º40.47%84.31%-
XYZ47.1334.4463.84-
YUV163.13153.32165-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=39.02%
G=23.23%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512820800.400.030.16304.8352.167.25
HexD780D00283101313443
Octal32720032005032046164103
Binary110101111000000011010000010100011100001001100011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D780D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D780D0; }

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

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

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

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

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

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

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

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