#D36EE1

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

Shades of Orchid #D36EE1

Tints of Orchid #D36EE1

Color information

#D36EE1 (or 0xD36EE1) is unknown color: approx Orchid. HEX triplet: D3, 6E and E1. RGB value is (211,110,225). Sum of RGB (Red+Green+Blue) = 211+110+225=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #D36EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EE1 is #2C911E. Grayscale: #989898. Windows color (decimal): -2920735 or 14773971. OLE color: 14773971.

HSL color Cylindrical-coordinate representation of color #D36EE1: hue angle of 292.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36EE1 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211110225-
CMYK0.060.5100.12
HSL292.7º65.71%65.69%-
HSV(B)292.7º51.11%88.24%-
XYZ46.0330.4474.68-
YUV153.31168.46169.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 110 (43.36% from 255) = 20.15%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=38.64%
G=20.15%
B=41.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111102250.060.5100.12292.765.7165.69
HexD36EE16330C1254242
Octal323156341663014445102102
Binary110100111101110111000011101100110110010010010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36EE1; }

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

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

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

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

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

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

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

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