#D36BDE

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

Shades of Orchid #D36BDE

Tints of Orchid #D36BDE

Color information

#D36BDE (or 0xD36BDE) is unknown color: approx Orchid. HEX triplet: D3, 6B and DE. RGB value is (211,107,222). Sum of RGB (Red+Green+Blue) = 211+107+222=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #D36BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BDE is #2C9421. Grayscale: #969696. Windows color (decimal): -2921506 or 14576595. OLE color: 14576595.

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

Color convert

RGB211107222-
CMYK0.050.5200.13
HSL294.26º63.54%64.51%-
HSV(B)294.26º51.8%87.06%-
XYZ45.3129.6472.44-
YUV151.21167.96170.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 107 (42.19% from 255) = 19.81%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=39.07%
G=19.81%
B=41.11%

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
Decimal2111072220.050.5200.13294.2663.5464.51
HexD36BDE5340D1264041
Octal323153336564015446100101
Binary110100111101011110111101011101000110110010011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36BDE; }

 p { color: rgb(211,107,222); }

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

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

 a { background-color: rgb(211,107,222); }

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

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

 span { border-color: rgb(211,107,222); }

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