#d36dce

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

Shades of Orchid #D36DCE

Tints of Orchid #D36DCE

Color information

#D36DCE (or 0xD36DCE) is unknown color: approx Orchid. HEX triplet: D3, 6D and CE. RGB value is (211,109,206). Sum of RGB (Red+Green+Blue) = 211+109+206=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DCE is #2C9231. Grayscale: #969696. Windows color (decimal): -2921010 or 13528531. OLE color: 13528531.

HSL color Cylindrical-coordinate representation of color #D36DCE: hue angle of 302.94º degrees, saturation: 0.54, 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 #D36DCE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB211109206-
CMYK00.480.020.17
HSL302.94º53.68%62.75%-
HSV(B)302.94º48.34%82.75%-
XYZ43.4729.2461.75-
YUV150.56159.29171.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=40.11%
G=20.72%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110920600.480.020.17302.9453.6862.75
HexD36DCE03021112f363f
Octal3231553160602214576677
Binary1101001111011011100111001100001010001100101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d36dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d36dce; }

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

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

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

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

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

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

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

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