#D36DDC

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

Shades of Orchid #D36DDC

Tints of Orchid #D36DDC

Color information

#D36DDC (or 0xD36DDC) is unknown color: approx Orchid. HEX triplet: D3, 6D and DC. RGB value is (211,109,220). Sum of RGB (Red+Green+Blue) = 211+109+220=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDC is #2C9223. Grayscale: #979797. Windows color (decimal): -2920996 or 14446035. OLE color: 14446035.

HSL color Cylindrical-coordinate representation of color #D36DDC: hue angle of 295.14º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36DDC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211109220-
CMYK0.040.5000.14
HSL295.14º61.33%64.51%-
HSV(B)295.14º50.45%86.27%-
XYZ45.2529.9571.11-
YUV152.15166.29169.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 109 (42.97% from 255) = 20.19%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=39.07%
G=20.19%
B=40.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111092200.040.5000.14295.1461.3364.51
HexD36DDC4320E1273d41
Octal32315533446201644775101
Binary11010011110110111011100100110010011101001001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36DDC; }

 p { color: rgb(211,109,220); }

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

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

 a { background-color: rgb(211,109,220); }

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

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

 span { border-color: rgb(211,109,220); }

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