#D78AD0

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

Shades of Orchid #D78AD0

Tints of Orchid #D78AD0

Color information

#D78AD0 (or 0xD78AD0) is unknown color: approx Orchid. HEX triplet: D7, 8A and D0. RGB value is (215,138,208). Sum of RGB (Red+Green+Blue) = 215+138+208=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D78AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78AD0 is #28752F. Grayscale: #A8A8A8. Windows color (decimal): -2651440 or 13667031. OLE color: 13667031.

HSL color Cylindrical-coordinate representation of color #D78AD0: hue angle of 305.45º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78AD0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215138208-
CMYK00.360.030.16
HSL305.45º49.04%69.22%-
HSV(B)305.45º35.81%84.31%-
XYZ48.537.1864.29-
YUV169150.01160.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=38.32%
G=24.60%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513820800.360.030.16305.4549.0469.22
HexD78AD00243101313145
Octal32721232004432046161105
Binary110101111000101011010000010010011100001001100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78AD0; }

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

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

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

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

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

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

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

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