#D36FB4

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

Shades of Orchid #D36FB4

Tints of Orchid #D36FB4

Color information

#D36FB4 (or 0xD36FB4) is unknown color: approx Orchid. HEX triplet: D3, 6F and B4. RGB value is (211,111,180). Sum of RGB (Red+Green+Blue) = 211+111+180=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FB4 is #2C904B. Grayscale: #949494. Windows color (decimal): -2920524 or 11825107. OLE color: 11825107.

HSL color Cylindrical-coordinate representation of color #D36FB4: hue angle of 318.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FB4 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB211111180-
CMYK00.470.150.17
HSL318.6º53.19%63.14%-
HSV(B)318.6º47.39%82.75%-
XYZ40.7928.5146.53-
YUV148.77145.63172.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=42.03%
G=22.11%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111118000.470.150.17318.653.1963.14
HexD36FB402FF1113f353f
Octal32315726405717214776577
Binary110100111101111101101000101111111110001100111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36FB4; }

 p { color: rgb(211,111,180); }

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

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

 a { background-color: rgb(211,111,180); }

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

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

 span { border-color: rgb(211,111,180); }

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