#D36ABE

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

Shades of Orchid #D36ABE

Tints of Orchid #D36ABE

Color information

#D36ABE (or 0xD36ABE) is unknown color: approx Orchid. HEX triplet: D3, 6A and BE. RGB value is (211,106,190). Sum of RGB (Red+Green+Blue) = 211+106+190=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ABE is #2C9541. Grayscale: #929292. Windows color (decimal): -2921794 or 12479187. OLE color: 12479187.

HSL color Cylindrical-coordinate representation of color #D36ABE: hue angle of 312º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36ABE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB211106190-
CMYK00.500.100.17
HSL312º54.4%62.16%-
HSV(B)312º49.76%82.75%-
XYZ41.3127.8751.92-
YUV146.97152.29173.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=41.62%
G=20.91%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110619000.500.100.1731254.462.16
HexD36ABE032A11138363e
Octal32315227606212214706676
Binary110100111101010101111100110010101010001100111000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36ABE; }

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

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

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

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

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

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

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

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