#D36EB6

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

Shades of Orchid #D36EB6

Tints of Orchid #D36EB6

Color information

#D36EB6 (or 0xD36EB6) is unknown color: approx Orchid. HEX triplet: D3, 6E and B6. RGB value is (211,110,182). Sum of RGB (Red+Green+Blue) = 211+110+182=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D36EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EB6 is #2C9149. Grayscale: #949494. Windows color (decimal): -2920778 or 11955923. OLE color: 11955923.

HSL color Cylindrical-coordinate representation of color #D36EB6: hue angle of 317.23º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36EB6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB211110182-
CMYK00.480.140.17
HSL317.23º53.44%62.94%-
HSV(B)317.23º47.87%82.75%-
XYZ40.8828.3847.58-
YUV148.41146.96172.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.95%
GREEN value IS 110 (43.36% from 255) = 21.87%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=41.95%
G=21.87%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111018200.480.140.17317.2353.4462.94
HexD36EB6030E1113d353f
Octal32315626606016214756577
Binary110100111101110101101100110000111010001100111101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36EB6; }

 p { color: rgb(211,110,182); }

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

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

 a { background-color: rgb(211,110,182); }

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

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

 span { border-color: rgb(211,110,182); }

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