#D376DE

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

Shades of Orchid #D376DE

Tints of Orchid #D376DE

Color information

#D376DE (or 0xD376DE) is unknown color: approx Orchid. HEX triplet: D3, 76 and DE. RGB value is (211,118,222). Sum of RGB (Red+Green+Blue) = 211+118+222=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #D376DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376DE is #2C8921. Grayscale: #9D9D9D. Windows color (decimal): -2918690 or 14579411. OLE color: 14579411.

HSL color Cylindrical-coordinate representation of color #D376DE: hue angle of 293.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D376DE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211118222-
CMYK0.050.4700.13
HSL293.65º61.18%66.67%-
HSV(B)293.65º46.85%87.06%-
XYZ46.5332.0872.85-
YUV157.66164.31166.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.29%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=38.29%
G=21.42%
B=40.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111182220.050.4700.13293.6561.1866.67
HexD376DE52F0D1263d43
Octal32316633655701544675103
Binary11010011111011011011110101101111011011001001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D376DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D376DE; }

 p { color: rgb(211,118,222); }

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

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

 a { background-color: rgb(211,118,222); }

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

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

 span { border-color: rgb(211,118,222); }

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