#D378D8

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

Shades of Orchid #D378D8

Tints of Orchid #D378D8

Color information

#D378D8 (or 0xD378D8) is unknown color: approx Orchid. HEX triplet: D3, 78 and D8. RGB value is (211,120,216). Sum of RGB (Red+Green+Blue) = 211+120+216=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #D378D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378D8 is #2C8727. Grayscale: #9D9D9D. Windows color (decimal): -2918184 or 14186707. OLE color: 14186707.

HSL color Cylindrical-coordinate representation of color #D378D8: hue angle of 296.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D378D8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211120216-
CMYK0.020.4400.15
HSL296.88º55.17%65.88%-
HSV(B)296.88º44.44%84.71%-
XYZ45.9832.2468.77-
YUV158.15160.65165.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.57%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=38.57%
G=21.94%
B=39.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111202160.020.4400.15296.8855.1765.88
HexD378D822C0F1293742
Octal32317033025401745167102
Binary1101001111110001101100010101100011111001010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D378D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D378D8; }

 p { color: rgb(211,120,216); }

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

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

 a { background-color: rgb(211,120,216); }

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

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

 span { border-color: rgb(211,120,216); }

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