#D36ADD

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

Shades of Orchid #D36ADD

Tints of Orchid #D36ADD

Color information

#D36ADD (or 0xD36ADD) is unknown color: approx Orchid. HEX triplet: D3, 6A and DD. RGB value is (211,106,221). Sum of RGB (Red+Green+Blue) = 211+106+221=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D36ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADD is #2C9522. Grayscale: #969696. Windows color (decimal): -2921763 or 14510803. OLE color: 14510803.

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

Color convert

RGB211106221-
CMYK0.050.5200.13
HSL294.78º62.84%64.12%-
HSV(B)294.78º52.04%86.67%-
XYZ45.0729.3871.7-
YUV150.5167.79171.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=39.22%
G=19.70%
B=41.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111062210.050.5200.13294.7862.8464.12
HexD36ADD5340D1273f40
Octal32315233556401544777100
Binary11010011110101011011101101110100011011001001111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36ADD; }

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

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

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

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

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

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

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

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