#D376DD

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

Shades of Orchid #D376DD

Tints of Orchid #D376DD

Color information

#D376DD (or 0xD376DD) is unknown color: approx Orchid. HEX triplet: D3, 76 and DD. RGB value is (211,118,221). Sum of RGB (Red+Green+Blue) = 211+118+221=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #D376DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376DD is #2C8922. Grayscale: #9D9D9D. Windows color (decimal): -2918691 or 14513875. OLE color: 14513875.

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

Color convert

RGB211118221-
CMYK0.050.4700.13
HSL294.17º60.23%66.47%-
HSV(B)294.17º46.61%86.67%-
XYZ46.3932.0372.14-
YUV157.55163.81166.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 118 (46.48% from 255) = 21.45%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=38.36%
G=21.45%
B=40.18%

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
Decimal2111182210.050.4700.13294.1760.2366.47
HexD376DD52F0D1263c42
Octal32316633555701544674102
Binary11010011111011011011101101101111011011001001101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D376DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D376DD; }

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

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

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

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

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

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

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

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