#D377D1

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

Shades of Orchid #D377D1

Tints of Orchid #D377D1

Color information

#D377D1 (or 0xD377D1) is unknown color: approx Orchid. HEX triplet: D3, 77 and D1. RGB value is (211,119,209). Sum of RGB (Red+Green+Blue) = 211+119+209=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D377D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D377D1 is #2C882E. Grayscale: #9C9C9C. Windows color (decimal): -2918447 or 13727699. OLE color: 13727699.

HSL color Cylindrical-coordinate representation of color #D377D1: hue angle of 301.3º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D377D1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB211119209-
CMYK00.440.010.17
HSL301.3º51.11%64.71%-
HSV(B)301.3º43.6%82.75%-
XYZ44.9731.6564.06-
YUV156.77157.48166.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=39.15%
G=22.08%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111920900.440.010.17301.351.1164.71
HexD377D102C11112d3341
Octal32316732105412145563101
Binary1101001111101111101000101011001100011001011011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377D1; }

 p { color: rgb(211,119,209); }

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

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

 a { background-color: rgb(211,119,209); }

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

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

 span { border-color: rgb(211,119,209); }

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